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 6e3b958 commit 4fbbe07Copy full SHA for 4fbbe07
phpstan-baseline.php
@@ -805,6 +805,12 @@
805
'count' => 1,
806
'path' => __DIR__ . '/system/Commands/Utilities/Routes.php',
807
];
808
+$ignoreErrors[] = [
809
+ // identifier: codeigniter.superglobalAccessAssign
810
+ 'message' => '#^Assigning string directly on offset \'HTTP_HOST\' of \\$_SERVER is discouraged\\.$#',
811
+ 'count' => 1,
812
+ 'path' => __DIR__ . '/system/Commands/Utilities/Routes.php',
813
+];
814
$ignoreErrors[] = [
815
// identifier: variable.implicitArray
816
'message' => '#^Implicit array creation is not allowed \\- variable \\$filters might not exist\\.$#',
0 commit comments