Skip to content

Commit 64866aa

Browse files
committed
chore: remove ignoreErrors
1 parent 83c27c5 commit 64866aa

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
@@ -3218,7 +3218,7 @@
32183218
];
32193219
$ignoreErrors[] = [
32203220
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3221-
'count' => 6,
3221+
'count' => 5,
32223222
'path' => __DIR__ . '/system/Test/FeatureTestCase.php',
32233223
];
32243224
$ignoreErrors[] = [

0 commit comments

Comments
 (0)