From 24455dc17ec08249e21f620c33ad25b63d413cc4 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Thu, 8 Aug 2024 12:39:15 +0200 Subject: [PATCH] update stan --- .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 1f56b2bc..726b7777 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - - + + diff --git a/phpstan.neon b/phpstan.neon index 980eb01d..eac7bd53 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