diff --git a/.phive/phars.xml b/.phive/phars.xml index 1f56b2b..726b777 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - - + + diff --git a/phpstan.neon b/phpstan.neon index 980eb01..eac7bd5 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,8 +1,8 @@ parameters: level: 6 - checkMissingIterableValueType: false - checkGenericClassInNonGenericObjectType: false treatPhpDocTypesAsCertain: false paths: - src/ ignoreErrors: + - identifier: missingType.generics + - identifier: missingType.iterableValue