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 729e04d commit 8cc4adcCopy full SHA for 8cc4adc
phpstan.neon
@@ -1,5 +1,5 @@
1
-#includes:
2
-# - phpstan-baseline.neon
+includes:
+ - phpstan-baseline.neon
3
parameters:
4
reportUnmatchedIgnoredErrors: true
5
dynamicConstantNames:
@@ -8,6 +8,7 @@ parameters:
8
level: 9
9
paths:
10
- src
11
+ - tests
12
checkMaybeUndefinedVariables: true
13
ignoreErrors:
14
# All Yii setters accept `null` but their phpdoc is incorrect.
0 commit comments