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 c0ddc9dCopy full SHA for c0ddc9d
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