Skip to content

Commit 4fbbe07

Browse files
committed
dev: Update phpstan-baseline.php
1 parent 6e3b958 commit 4fbbe07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpstan-baseline.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,12 @@
805805
'count' => 1,
806806
'path' => __DIR__ . '/system/Commands/Utilities/Routes.php',
807807
];
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+
];
808814
$ignoreErrors[] = [
809815
// identifier: variable.implicitArray
810816
'message' => '#^Implicit array creation is not allowed \\- variable \\$filters might not exist\\.$#',

0 commit comments

Comments
 (0)