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 401c71b commit 5ec53c8Copy full SHA for 5ec53c8
phpstan.neon
@@ -2,11 +2,12 @@ includes:
2
- phpstan-baseline.neon
3
parameters:
4
level: 7
5
- checkMissingIterableValueType: false
6
reportUnmatchedIgnoredErrors: false
7
paths:
8
- '%rootDir%/../../../src/'
9
ignoreErrors:
10
- '#Call to an undefined method .+Collection::.+Array\(\)#'
11
- '#Call to an undefined method object::.+\(\)#'
+ -
12
+ identifier: missingType.iterableValue
13
0 commit comments