From bf6cbf758c20c4d94be7557f3cdfff8feb44d94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Thu, 3 Oct 2024 20:04:10 +0200 Subject: [PATCH] Remove checkMissingIterableValueType parameter from phpstan.neon --- phpstan.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 4786994..3f6786a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,5 +7,3 @@ parameters: # The level 9 is the highest level level: 5 - - checkMissingIterableValueType: false