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 8270c6e commit 144b211Copy full SHA for 144b211
phpstan.neon
@@ -4,9 +4,9 @@ includes:
4
parameters:
5
level: 6
6
treatPhpDocTypesAsCertain: false
7
- checkMissingIterableValueType: false
8
- checkGenericClassInNonGenericObjectType: false
9
paths:
10
- src/
11
ignoreErrors:
12
- '#Unsafe usage of new static\(\)\.#'
+ - identifier: missingType.iterableValue
+ - identifier: missingType.generics
0 commit comments