File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
2
level : 6
3
+
3
4
paths :
4
5
- src
5
6
6
- treatPhpDocTypesAsCertain : false
7
+ excludePaths :
8
+ - src/Framework/MockObject/Runtime/Api # exclude partial traits, which are only used in runtime generated code
7
9
8
10
checkTooWideReturnTypesInProtectedAndPublicMethods : true
9
11
reportAlwaysTrueInLastCondition : true
10
12
reportPossiblyNonexistentConstantArrayOffset : true
11
13
reportPossiblyNonexistentGeneralArrayOffset : true
14
+ treatPhpDocTypesAsCertain : false
12
15
13
16
strictRules :
14
17
allRules : false
@@ -57,8 +60,5 @@ parameters:
57
60
- ' #Strict comparison using ! = = between .*non-falsy-string.* and .* will always evaluate to true. #'
58
61
- identifier : argument.named
59
62
60
- excludePaths :
61
- - src/Framework/MockObject/Runtime/Api # exclude partial traits, which are only used in runtime generated code
62
-
63
63
includes :
64
64
- phar://phpstan.phar/conf/bleedingEdge.neon
You can’t perform that action at this time.
0 commit comments