diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 43e776d9..c5d356b1 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -14,8 +14,9 @@ parameters: inferPrivatePropertyTypeFromConstructor: true checkUninitializedProperties: true checkModelProperties: true - checkGenericClassInNonGenericObjectType: false ignoreErrors: + - + identifier: missingType.generics - '/Call to an undefined method Illuminate\\Testing\\TestResponse::(content|getData|getStatusCode)\(\)/' # tests/Unit/GraphQLTest.php - '/Call to an undefined method GraphQL\\Type\\Definition\\Type::getFields\(\)/'