From 1a8f92812db939210ce6e6b31bf89e51cf305f5b Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 14 Nov 2024 09:41:35 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- phpstan.neon.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index a626f35..d5b7061 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -15,7 +15,7 @@ parameters: level: 7 ignoreErrors: - - identifier: missingType.generics + # - identifier: missingType.generics - identifier: missingType.iterableValue - '#Method [a-zA-Z\\\<\>]+::handle\(\) should return bool\|null but returns int.#'