Skip to content

Commit e772b9d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan-baseline.php

Lines changed: 1 addition & 1 deletion
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)