From aff26edb2f665d90cdb0f3b1119d7d4742e629f7 Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 21 Oct 2023 15:28:51 +0900 Subject: [PATCH] chore: remove ignoreErrors --- phpstan-baseline.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.php b/phpstan-baseline.php index 04effec5dc18..dc04dd0c3a9b 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -2786,11 +2786,6 @@ 'count' => 1, 'path' => __DIR__ . '/system/Router/AutoRouter.php', ]; -$ignoreErrors[] = [ - 'message' => '#^Property CodeIgniter\\\\Router\\\\AutoRouter\\:\\:\\$cliRoutes type has no signature specified for Closure\\.$#', - 'count' => 1, - 'path' => __DIR__ . '/system/Router/AutoRouter.php', -]; $ignoreErrors[] = [ 'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#', 'count' => 1,