Skip to content

Commit

Permalink
chore: remove ignoreErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 27, 2024
1 parent b55a590 commit 7e00435
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,7 @@
];
$ignoreErrors[] = [
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
'count' => 3,
'path' => __DIR__ . '/system/Config/BaseService.php',
];
$ignoreErrors[] = [
'message' => '#^Only booleans are allowed in a negated boolean, array given\\.$#',
'count' => 1,
'count' => 2,
'path' => __DIR__ . '/system/Config/BaseService.php',
];
$ignoreErrors[] = [
Expand Down

0 comments on commit 7e00435

Please sign in to comment.