diff --git a/Config/phpstan.neon b/Config/phpstan.neon index c6eefb6..7c4518f 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -6,6 +6,8 @@ parameters: reportUnmatchedIgnoredErrors: false inferPrivatePropertyTypeFromConstructor: true checkMissingIterableValueType: false + checkGenericClassInNonGenericObjectType: false + treatPhpDocTypesAsCertain: false excludes_analyse: - *.tpl.php - */tests/*