Skip to content

Commit e772b9d

Browse files
committed
chore: update phpstan-baseline
1 parent 94703ba commit e772b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
];
379379
$ignoreErrors[] = [
380380
'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#',
381-
'count' => 5,
381+
'count' => 2,
382382
'path' => __DIR__ . '/system/CLI/CLI.php',
383383
];
384384
$ignoreErrors[] = [

0 commit comments

Comments
 (0)