From 43f12443cdcce7dfd0afaf7c3ba8d5917bbb918b Mon Sep 17 00:00:00 2001 From: Sam Hauglustaine Date: Wed, 11 Dec 2024 13:10:23 +0100 Subject: [PATCH] fix phpstan deprecation warning --- phpstan.neon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 6b096d58c..5df13a875 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,11 +2,12 @@ includes: - phpstan-baseline.neon parameters: level: 7 - checkMissingIterableValueType: false reportUnmatchedIgnoredErrors: false paths: - '%rootDir%/../../../src/' ignoreErrors: - '#Call to an undefined method .+Collection::.+Array\(\)#' - '#Call to an undefined method object::.+\(\)#' + - + identifier: missingType.iterableValue