Stop excluding the PHPStan checkMissingTypehints error

This check doesn't produce any errors so we don't need to exclude it
from our checks. Note that this only removes the exclusion of this error
from phpstan.neon. The same error check is kept in phpstan-tests.neon as
there are some change that we need to make to two tests before being
able to update this file as well.

[MAILPOET-3236]
This commit is contained in:
Rodrigo Primo
2021-07-28 13:29:59 -03:00
committed by Veljko V
parent 30b4b3e073
commit f0dc0b3556

View File

@ -30,7 +30,6 @@ parameters:
# exclude level 6 errors
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
checkMissingTypehints: false
# analysis of templates is extremely slow, let's skip them for now
excludes_analyse: