We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfc793 commit e0ea845Copy full SHA for e0ea845
phpstan.neon
@@ -5,6 +5,11 @@ parameters:
5
6
treatPhpDocTypesAsCertain: false
7
8
+ checkTooWideReturnTypesInProtectedAndPublicMethods: true
9
+ reportAlwaysTrueInLastCondition: true
10
+ reportPossiblyNonexistentConstantArrayOffset: true
11
+ reportPossiblyNonexistentGeneralArrayOffset: true
12
+
13
strictRules:
14
allRules: false
15
booleansInConditions: true
0 commit comments