We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd0466 commit 2245c8dCopy full SHA for 2245c8d
phpstan.neon
@@ -2,7 +2,7 @@ parameters:
2
level: 7
3
paths:
4
- src
5
- checkMissingIterableValueType: false
6
reportUnmatchedIgnoredErrors: false
7
ignoreErrors:
8
- '#Unreachable statement \- code above always terminates\.#'
+ - identifier: missingType.iterableValue
0 commit comments