Skip to content

Commit

Permalink
dev: Update phpstan-baseline.php
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Dec 11, 2024
1 parent 9db9b5a commit 49cba01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,12 @@
'count' => 1,
'path' => __DIR__ . '/system/Commands/Utilities/Routes.php',
];
$ignoreErrors[] = [
// identifier: codeigniter.superglobalAccessAssign
'message' => '#^Assigning string directly on offset \'HTTP_HOST\' of \\$_SERVER is discouraged\\.$#',
'count' => 1,
'path' => __DIR__ . '/system/Commands/Utilities/Routes.php',
];
$ignoreErrors[] = [
// identifier: variable.implicitArray
'message' => '#^Implicit array creation is not allowed \\- variable \\$filters might not exist\\.$#',
Expand Down

0 comments on commit 49cba01

Please sign in to comment.