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 9db9b5a commit 49cba01Copy full SHA for 49cba01
phpstan-baseline.php
@@ -799,6 +799,12 @@
799
'count' => 1,
800
'path' => __DIR__ . '/system/Commands/Utilities/Routes.php',
801
];
802
+$ignoreErrors[] = [
803
+ // identifier: codeigniter.superglobalAccessAssign
804
+ 'message' => '#^Assigning string directly on offset \'HTTP_HOST\' of \\$_SERVER is discouraged\\.$#',
805
+ 'count' => 1,
806
+ 'path' => __DIR__ . '/system/Commands/Utilities/Routes.php',
807
+];
808
$ignoreErrors[] = [
809
// identifier: variable.implicitArray
810
'message' => '#^Implicit array creation is not allowed \\- variable \\$filters might not exist\\.$#',
0 commit comments