Skip to content

Commit 775ded8

Browse files
committed
chore: update phpstan-baseline.php
1 parent d1f1ec4 commit 775ded8

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
@@ -2293,7 +2293,7 @@
22932293
];
22942294
$ignoreErrors[] = [
22952295
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
2296-
'count' => 3,
2296+
'count' => 2,
22972297
'path' => __DIR__ . '/system/Helpers/array_helper.php',
22982298
];
22992299
$ignoreErrors[] = [

0 commit comments

Comments
 (0)