Skip to content

Commit

Permalink
chore: update phpstan-baseline.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 6, 2023
1 parent d57b51f commit 361cd5e
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 @@ -1153,7 +1153,7 @@
];
$ignoreErrors[] = [
'message' => '#^Only booleans are allowed in a ternary operator condition, int\\<0, max\\> given\\.$#',
'count' => 4,
'count' => 3,
'path' => __DIR__ . '/system/Database/MigrationRunner.php',
];
$ignoreErrors[] = [
Expand Down

0 comments on commit 361cd5e

Please sign in to comment.