From aef2f724ba64967692f94b677dccd15883b34460 Mon Sep 17 00:00:00 2001 From: Mark <14284867+xHeaven@users.noreply.github.com> Date: Sun, 29 Dec 2024 07:34:05 +0100 Subject: [PATCH] Use non-deprecated phpstan configuration value --- phpstan.neon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 3fd1979..b4b7b9e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -25,5 +25,4 @@ parameters: # paths: # - tests/* # - '#should return \$this#' - - checkMissingIterableValueType: false + - identifier: missingType.iterableValue