From e772b9d06c8bd1ece519e11ede69f6f57a094e5d Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 8 May 2024 17:59:14 +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 358e9633dbe0..c9b399ed3a8e 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -378,7 +378,7 @@ ]; $ignoreErrors[] = [ 'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#', - 'count' => 5, + 'count' => 2, 'path' => __DIR__ . '/system/CLI/CLI.php', ]; $ignoreErrors[] = [