We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6914f6 commit f4fb993Copy full SHA for f4fb993
1 file changed
phpstan.neon.dist
@@ -1,11 +1,10 @@
1
parameters:
2
level: 8
3
- checkMissingIterableValueType: false
4
treatPhpDocTypesAsCertain: false
5
paths:
6
- src/
7
excludePaths:
8
- test_app/
9
ignoreErrors:
10
- -
11
- identifier: missingType.generics
+ - identifier: missingType.iterableValue
+ - identifier: missingType.generics
0 commit comments