Skip to content

Commit 7e00435

Browse files
committed
chore: remove ignoreErrors
1 parent b55a590 commit 7e00435

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

phpstan-baseline.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,7 @@
303303
];
304304
$ignoreErrors[] = [
305305
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
306-
'count' => 3,
307-
'path' => __DIR__ . '/system/Config/BaseService.php',
308-
];
309-
$ignoreErrors[] = [
310-
'message' => '#^Only booleans are allowed in a negated boolean, array given\\.$#',
311-
'count' => 1,
306+
'count' => 2,
312307
'path' => __DIR__ . '/system/Config/BaseService.php',
313308
];
314309
$ignoreErrors[] = [

0 commit comments

Comments
 (0)