From c8a3a60ba1fbb59ce0b524277472e1c64bdcf3a2 Mon Sep 17 00:00:00 2001 From: Roger Batista Date: Wed, 9 Oct 2024 09:32:02 +0200 Subject: [PATCH] core: Ignored old code deprecation phpstan.neon --- phpstan.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 8fc4e2c..fe33867 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -64,3 +64,8 @@ parameters: message: "#^Deprecated in PHP 8\\.1\\: Required parameter \\$iriConverter follows optional parameter \\$requestStack\\.$#" count: 1 path: Doctrine/Orm/Filter/SearchFilterExact.php + + - + message: "#Offset 1 on array\\{string, string\\} in isset\\(\\) always exists and is not nullable#" + count: 1 + path: Symfony/EventListener/MultipartRequestListener.php