diff --git a/.phive/phars.xml b/.phive/phars.xml
index 1f56b2bc..726b7777 100644
--- a/.phive/phars.xml
+++ b/.phive/phars.xml
@@ -1,5 +1,5 @@
-
-
+
+
diff --git a/phpstan.neon b/phpstan.neon
index e31d20a1..a8e6408b 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -3,7 +3,8 @@ includes:
parameters:
level: 8
- checkMissingIterableValueType: false
- checkGenericClassInNonGenericObjectType: false
paths:
- src/
+ ignoreErrors:
+ - identifier: missingType.generics
+ - identifier: missingType.iterableValue
diff --git a/psalm.xml b/psalm.xml
index 56aa940c..8e05d909 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -26,5 +26,6 @@
+