From b592ed4958fd3e3aa06a7f5434d134c946a3914d Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Thu, 8 Aug 2024 12:35:56 +0200 Subject: [PATCH] update stan --- .phive/phars.xml | 4 ++-- phpstan.neon | 5 +++-- psalm.xml | 1 + 3 files changed, 6 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 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 @@ +