diff --git a/phpstan.neon b/phpstan.neon index 3981980..d83da30 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,3 +9,4 @@ parameters: - Tests checkMissingIterableValueType: false reportUnmatchedIgnoredErrors: true + checkGenericClassInNonGenericObjectType: false