diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 3e57e58..ce97bc2 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,6 +1,8 @@ parameters: level: 8 - checkMissingIterableValueType: false paths: - src - tests + ignoreErrors: + - + identifier: missingType.iterableValue