diff --git a/phpstan.neon b/phpstan.neon index 6b096d58c..5df13a875 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,11 +2,12 @@ includes: - phpstan-baseline.neon parameters: level: 7 - checkMissingIterableValueType: false reportUnmatchedIgnoredErrors: false paths: - '%rootDir%/../../../src/' ignoreErrors: - '#Call to an undefined method .+Collection::.+Array\(\)#' - '#Call to an undefined method object::.+\(\)#' + - + identifier: missingType.iterableValue