Skip to content

Commit ef5361d

Browse files
committed
chore: remove ignoreErrors
1 parent d6bf0d9 commit ef5361d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

phpstan-baseline.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,10 +2786,5 @@
27862786
'count' => 1,
27872787
'path' => __DIR__ . '/system/View/View.php',
27882788
];
2789-
$ignoreErrors[] = [
2790-
'message' => '#^Property CodeIgniter\\\\View\\\\View\\:\\:\\$tempData has no type specified\\.$#',
2791-
'count' => 1,
2792-
'path' => __DIR__ . '/system/View/View.php',
2793-
];
27942789

27952790
return ['parameters' => ['ignoreErrors' => $ignoreErrors]];

0 commit comments

Comments
 (0)