Skip to content

Commit 966b717

Browse files
committed
chore: update phpstan-baseline.php
1 parent d51e6a8 commit 966b717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@
11531153
];
11541154
$ignoreErrors[] = [
11551155
'message' => '#^Only booleans are allowed in a ternary operator condition, int\\<0, max\\> given\\.$#',
1156-
'count' => 4,
1156+
'count' => 3,
11571157
'path' => __DIR__ . '/system/Database/MigrationRunner.php',
11581158
];
11591159
$ignoreErrors[] = [

0 commit comments

Comments
 (0)