From 2641ec3f96657aeb3d8fe6137876e1ddf59b3fa0 Mon Sep 17 00:00:00 2001 From: Lynh Date: Wed, 10 Jul 2024 10:49:31 +0700 Subject: [PATCH] Update phpstan config --- phpstan.neon.dist | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 9ac106a..d14464c 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -10,6 +10,11 @@ parameters: tmpDir: build/phpstan - checkMissingIterableValueType: false - checkGenericClassInNonGenericObjectType: false treatPhpDocTypesAsCertain: false + + ignoreErrors: + - + identifier: missingType.iterableValue + + - + identifier: missingType.generics