From 51fee600fe3dbae2ae93b78119ebe21b896b126e Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 3 Feb 2022 12:55:59 +0900 Subject: [PATCH] chore: remove Ignored error pattern --- phpstan-baseline.neon.dist | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon.dist b/phpstan-baseline.neon.dist index f2cad007146e..8d8834cb57dc 100644 --- a/phpstan-baseline.neon.dist +++ b/phpstan-baseline.neon.dist @@ -485,11 +485,6 @@ parameters: count: 1 path: system/Debug/Exceptions.php - - - message: "#^Parameter \\#4 \\$replacement of function array_splice expects array\\|string, true given\\.$#" - count: 1 - path: system/Debug/Exceptions.php - - message: "#^Property CodeIgniter\\\\Debug\\\\Exceptions\\:\\:\\$formatter \\(CodeIgniter\\\\Format\\\\FormatterInterface\\) in isset\\(\\) is not nullable\\.$#" count: 1