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.#'