From 535a3fa7abbcc5272b39b9b29b419538c6be7cd9 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 8708ac326bcc..c0c32cf36feb 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -188,7 +188,7 @@ ]; $ignoreErrors[] = [ 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', - 'count' => 6, + 'count' => 5, 'path' => __DIR__ . '/system/CodeIgniter.php', ]; $ignoreErrors[] = [