Skip to content

Commit 46f8d5f

Browse files
committed
update phpstan-baseline.php
1 parent be07d9c commit 46f8d5f

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
@@ -2421,11 +2421,6 @@
24212421
'count' => 1,
24222422
'path' => __DIR__ . '/system/Router/RouterInterface.php',
24232423
];
2424-
$ignoreErrors[] = [
2425-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
2426-
'count' => 2,
2427-
'path' => __DIR__ . '/system/Security/Security.php',
2428-
];
24292424
$ignoreErrors[] = [
24302425
'message' => '#^Method CodeIgniter\\\\Session\\\\Exceptions\\\\SessionException\\:\\:forEmptySavepath\\(\\) has no return type specified\\.$#',
24312426
'count' => 1,

0 commit comments

Comments
 (0)