From 269986e2fbbe0e24d7efdf19a6ac2f2b9a2da125 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 22 Dec 2023 11:07:39 +0900 Subject: [PATCH] chore: remove ignoreErrors --- phpstan-baseline.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/phpstan-baseline.php b/phpstan-baseline.php index c4abb2ef337d..1d32322ab5d4 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -2441,11 +2441,6 @@ 'count' => 1, 'path' => __DIR__ . '/system/Log/Logger.php', ]; -$ignoreErrors[] = [ - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', - 'count' => 15, - 'path' => __DIR__ . '/system/Model.php', -]; $ignoreErrors[] = [ 'message' => '#^Method CodeIgniter\\\\Model\\:\\:chunk\\(\\) has parameter \\$userFunc with no signature specified for Closure\\.$#', 'count' => 1, @@ -2856,11 +2851,6 @@ 'count' => 2, 'path' => __DIR__ . '/system/Session/Session.php', ]; -$ignoreErrors[] = [ - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', - 'count' => 9, - 'path' => __DIR__ . '/system/Session/Session.php', -]; $ignoreErrors[] = [ 'message' => '#^Method CodeIgniter\\\\Session\\\\Session\\:\\:configure\\(\\) has no return type specified\\.$#', 'count' => 1,