diff --git a/phpstan.neon b/phpstan.neon index f031d80..4790bd8 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,7 +2,7 @@ parameters: level: 7 paths: - src - checkMissingIterableValueType: false reportUnmatchedIgnoredErrors: false ignoreErrors: - '#Unreachable statement \- code above always terminates\.#' + - identifier: missingType.iterableValue