From a462ca0fa7ea772159a19f23166cc251c502ae41 Mon Sep 17 00:00:00 2001 From: VennV <111500380+VennDev@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:01:47 +0700 Subject: [PATCH] Update phpstan.neon.dist --- phpstan.neon.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index ed95fdaa2..f34389a9b 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,5 +1,6 @@ parameters: - checkGenericClassInNonGenericObjectType: false level: 9 paths: - src + checkGenericClassInNonGenericObjectType: false + treatPhpDocTypesAsCertain: false