From 28783da3e57d6592defdc12c50e30ba128e69c59 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Thu, 8 Aug 2024 12:44:41 +0200 Subject: [PATCH] update stan --- .phive/phars.xml | 4 ++-- phpstan.neon | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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 a1af9249..32434594 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,8 +3,9 @@ includes: parameters: level: 6 - checkMissingIterableValueType: false paths: - src/ bootstrapFiles: - tests/bootstrap.php + ignoreErrors: + - identifier: missingType.iterableValue