diff --git a/phpstan.neon b/phpstan.neon index 703cfce6e..59b24739b 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,9 +4,9 @@ includes: parameters: level: 6 treatPhpDocTypesAsCertain: false - checkMissingIterableValueType: false - checkGenericClassInNonGenericObjectType: false paths: - src/ ignoreErrors: - '#Unsafe usage of new static\(\)\.#' + - identifier: missingType.iterableValue + - identifier: missingType.generics