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 Oct 31, 2023
1 parent d1f1ec4 commit 775ded8
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 @@ -2293,7 +2293,7 @@
];
$ignoreErrors[] = [
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
'count' => 3,
'count' => 2,
'path' => __DIR__ . '/system/Helpers/array_helper.php',
];
$ignoreErrors[] = [
Expand Down

0 comments on commit 775ded8

Please sign in to comment.