Fix checkGenericClassInNonGenericObjectType PHPStan errors
This commit removes the checkGenericClassInNonGenericObjectType flag from PHPStan configuration files and fixes all associated errors in our code base. [MAILPOET-3236]
This commit is contained in:
@@ -32,7 +32,6 @@ parameters:
|
||||
maximumNumberOfProcesses: 4
|
||||
|
||||
# exclude level 6 errors
|
||||
checkGenericClassInNonGenericObjectType: false
|
||||
checkMissingIterableValueType: false
|
||||
checkMissingTypehints: false
|
||||
|
||||
|
@@ -28,7 +28,6 @@ parameters:
|
||||
objectManagerLoader: create-entity-manager.php
|
||||
|
||||
# exclude level 6 errors
|
||||
checkGenericClassInNonGenericObjectType: false
|
||||
checkMissingIterableValueType: false
|
||||
|
||||
# analysis of templates is extremely slow, let's skip them for now
|
||||
|
Reference in New Issue
Block a user