Skip to content

Commit

Permalink
Merge pull request #7927 from kenjis/phpstan-add-matchingInheritedMet…
Browse files Browse the repository at this point in the history
…hodNames

chore: add PHPStan matchingInheritedMethodNames rule
  • Loading branch information
kenjis authored Sep 12, 2023
2 parents 3711b14 + 3f77632 commit 987667a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ parameters:
strictRules:
allRules: false
disallowedConstructs: true
matchingInheritedMethodNames: true

0 comments on commit 987667a

Please sign in to comment.