Skip to content

Commit cd6b587

Browse files
committed
chore: update phpstan-baseline
1 parent a1d45c1 commit cd6b587

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4121,11 +4121,6 @@
41214121
'count' => 1,
41224122
'path' => __DIR__ . '/system/Database/Seeder.php',
41234123
];
4124-
$ignoreErrors[] = [
4125-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
4126-
'count' => 1,
4127-
'path' => __DIR__ . '/system/Debug/BaseExceptionHandler.php',
4128-
];
41294124
$ignoreErrors[] = [
41304125
'message' => '#^Method CodeIgniter\\\\Debug\\\\BaseExceptionHandler\\:\\:collectVars\\(\\) return type has no value type specified in iterable type array\\.$#',
41314126
'count' => 1,

0 commit comments

Comments
 (0)