From dd952f4da10fa5903b921ae6fa06e257c715a61d Mon Sep 17 00:00:00 2001 From: kenjis Date: Tue, 17 Oct 2023 09:43:48 +0900 Subject: [PATCH] chore: update phpstan-baseline --- phpstan-baseline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.php b/phpstan-baseline.php index dcfafb34160a..a88718ddfaba 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -183,7 +183,7 @@ ]; $ignoreErrors[] = [ 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', - 'count' => 6, + 'count' => 5, 'path' => __DIR__ . '/system/CodeIgniter.php', ]; $ignoreErrors[] = [