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:
@ -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:
|
||||
|
Reference in New Issue
Block a user