Skip to content

Commit 671c73a

Browse files
committed
TBF
1 parent fcf93ee commit 671c73a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

phpstan.neon

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ includes:
33
- vendor/phpstan/phpstan-phpunit/rules.neon
44
- vendor/phpstan/phpstan-strict-rules/rules.neon
55
parameters:
6+
checkMissingIterableValueType: false
67
reportUnmatchedIgnoredErrors: true
7-
treatPhpDocTypesAsCertain: false
8-
ignoreErrors:
9-
-
10-
identifier: missingType.iterableValue
8+
treatPhpDocTypesAsCertain: false

0 commit comments

Comments
 (0)