We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be07d9c commit 46f8d5fCopy full SHA for 46f8d5f
phpstan-baseline.php
@@ -2421,11 +2421,6 @@
2421
'count' => 1,
2422
'path' => __DIR__ . '/system/Router/RouterInterface.php',
2423
];
2424
-$ignoreErrors[] = [
2425
- 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
2426
- 'count' => 2,
2427
- 'path' => __DIR__ . '/system/Security/Security.php',
2428
-];
2429
$ignoreErrors[] = [
2430
'message' => '#^Method CodeIgniter\\\\Session\\\\Exceptions\\\\SessionException\\:\\:forEmptySavepath\\(\\) has no return type specified\\.$#',
2431
0 commit comments