Skip to content

Commit 642cf3b

Browse files
authored
Merge pull request #7942 from kenjis/phpstan-disallowedLooseComparison
chore: [PHPStan] enable disallowedLooseComparison
2 parents df03d10 + d4e0d9e commit 642cf3b

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
@@ -34,5 +34,6 @@ parameters:
3434
treatPhpDocTypesAsCertain: false
3535
strictRules:
3636
allRules: false
37+
disallowedLooseComparison: true
3738
disallowedConstructs: true
3839
matchingInheritedMethodNames: true

0 commit comments

Comments
 (0)