Skip to content

Commit

Permalink
remove exception line from phpstan-baseline for RouteCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsde committed Sep 16, 2023
1 parent 26c4035 commit f6899f9
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 @@ -2316,11 +2316,6 @@
'count' => 1,
'path' => __DIR__ . '/system/Router/RouteCollection.php',
];
$ignoreErrors[] = [
'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#',
'count' => 2,
'path' => __DIR__ . '/system/Router/RouteCollection.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollectionInterface\\:\\:add\\(\\) has parameter \\$to with no signature specified for Closure\\.$#',
'count' => 1,
Expand Down

0 comments on commit f6899f9

Please sign in to comment.