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 cddac99 commit 6ea378fCopy full SHA for 6ea378f
tests/phpstan.neon
@@ -4,6 +4,6 @@ parameters:
4
- TestCase/
5
bootstrapFiles:
6
- %rootDir%/../../../tests/bootstrap.php
7
- checkMissingIterableValueType: false
8
- checkGenericClassInNonGenericObjectType: false
9
ignoreErrors:
+ - identifier: missingType.iterableValue
+ - identifier: missingType.generics
0 commit comments