From f4f35df0339d453c45bf2856f3711e5209043dc1 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 14 Jul 2024 19:27:45 +0530 Subject: [PATCH] Bump up static analysis tool versions --- .phive/phars.xml | 4 ++-- phpstan.neon | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index faba1530..e2817687 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - - + + diff --git a/phpstan.neon b/phpstan.neon index c7daf7f0..e77de51e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,9 +1,9 @@ parameters: level: 8 - checkMissingIterableValueType: false - checkGenericClassInNonGenericObjectType: false treatPhpDocTypesAsCertain: false bootstrapFiles: - tests/bootstrap.php paths: - src/ + ignoreErrors: + - identifier: missingType.iterableValue