Skip to content

Commit

Permalink
phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed May 11, 2023
1 parent b087838 commit 041eb5e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -808,11 +808,6 @@
'count' => 2,
'path' => __DIR__ . '/app/Http/RequestHandlers/SetupWizard.php',
];
$ignoreErrors[] = [
'message' => '#^Parameter \\#1 \\$string of function substr expects string, string\\|false given\\.$#',
'count' => 1,
'path' => __DIR__ . '/app/Http/RequestHandlers/SetupWizard.php',
];
$ignoreErrors[] = [
'message' => '#^Parameter \\#1 \\$url of function redirect expects string, mixed given\\.$#',
'count' => 1,
Expand Down

0 comments on commit 041eb5e

Please sign in to comment.