From b075be605915ce009ca3419569b366c582116a2d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 27 Nov 2020 22:55:25 +0100 Subject: [PATCH] adjust phpstan config --- Config/phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) 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/*