Skip to content

Commit 2c4364a

Browse files
committed
chore: remove ignoreErrors
1 parent 942a6e8 commit 2c4364a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,11 +2641,6 @@
26412641
'count' => 1,
26422642
'path' => __DIR__ . '/system/Router/AutoRouter.php',
26432643
];
2644-
$ignoreErrors[] = [
2645-
'message' => '#^Property CodeIgniter\\\\Router\\\\AutoRouter\\:\\:\\$cliRoutes type has no signature specified for Closure\\.$#',
2646-
'count' => 1,
2647-
'path' => __DIR__ . '/system/Router/AutoRouter.php',
2648-
];
26492644
$ignoreErrors[] = [
26502645
'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#',
26512646
'count' => 1,

0 commit comments

Comments
 (0)