We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf93ee commit 671c73aCopy full SHA for 671c73a
phpstan.neon
@@ -3,8 +3,6 @@ includes:
3
- vendor/phpstan/phpstan-phpunit/rules.neon
4
- vendor/phpstan/phpstan-strict-rules/rules.neon
5
parameters:
6
+ checkMissingIterableValueType: false
7
reportUnmatchedIgnoredErrors: true
- treatPhpDocTypesAsCertain: false
8
- ignoreErrors:
9
- -
10
- identifier: missingType.iterableValue
+ treatPhpDocTypesAsCertain: false
0 commit comments