From 75748b7af1b486e7306268bbea389a17c2aa89f7 Mon Sep 17 00:00:00 2001 From: "Libor M." Date: Fri, 4 Oct 2024 14:39:53 +0200 Subject: [PATCH] phpstan - new version support --- phpstan.neon | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 0153d20..7745a9d 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,4 @@ parameters: - checkMissingIterableValueType: false level: 8 paths: - src/ @@ -8,3 +7,7 @@ parameters: excludePaths: analyse: - vendor/ + + ignoreErrors: + - + identifier: missingType.iterableValue