diff --git a/src/phpstan.neon b/src/phpstan.neon index fcfc036..1d3ab2a 100644 --- a/src/phpstan.neon +++ b/src/phpstan.neon @@ -14,8 +14,11 @@ includes: - ../../../../vendor/phpstan/phpstan-strict-rules/rules.neon parameters: - level: max + level: 9 checkExplicitMixed: false - checkMissingIterableValueType: false - checkGenericClassInNonGenericObjectType: false reportUnmatchedIgnoredErrors: false + ignoreErrors: + - identifier: missingType.iterableValue + - identifier: phpDoc.parseError + - identifier: arrayFilter.strict + - identifier: arrayFilter.same