Skip to content

Commit 987667a

Browse files
authored
Merge pull request #7927 from kenjis/phpstan-add-matchingInheritedMethodNames
chore: add PHPStan matchingInheritedMethodNames rule
2 parents 3711b14 + 3f77632 commit 987667a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ parameters:
3636
strictRules:
3737
allRules: false
3838
disallowedConstructs: true
39+
matchingInheritedMethodNames: true

0 commit comments

Comments
 (0)