Skip to content

Commit

Permalink
Fix phpstan deprecated config value - checkMissingIterableValueType
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Jul 31, 2024
1 parent 65a8357 commit f93191d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/PhpStan/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
parameters:
checkMissingIterableValueType: false
ignoreErrors:
-
identifier: missingType.iterableValue
bootstrapFiles:
- phpstan-bootstrap.php
level: 6
Expand Down

0 comments on commit f93191d

Please sign in to comment.