Skip to content

Commit

Permalink
chore: update phpstan-baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed May 8, 2024
1 parent 94703ba commit e772b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [
Expand Down

0 comments on commit e772b9d

Please sign in to comment.