Skip to content

Commit b7849fe

Browse files
committed
chore: update phpstan-baseline.php
1 parent 317bc5f commit b7849fe

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

phpstan-baseline.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@
1111
'count' => 1,
1212
'path' => __DIR__ . '/app/Config/View.php',
1313
];
14-
$ignoreErrors[] = [
15-
'message' => '#^Parameter \\#1 \\$callback of function spl_autoload_register expects \\(callable\\(string\\)\\: void\\)\\|null, array\\{\\$this\\(CodeIgniter\\\\Autoloader\\\\Autoloader\\), \'loadClass\'\\} given\\.$#',
16-
'count' => 1,
17-
'path' => __DIR__ . '/system/Autoloader/Autoloader.php',
18-
];
19-
$ignoreErrors[] = [
20-
'message' => '#^Parameter \\#1 \\$callback of function spl_autoload_register expects \\(callable\\(string\\)\\: void\\)\\|null, array\\{\\$this\\(CodeIgniter\\\\Autoloader\\\\Autoloader\\), \'loadClassmap\'\\} given\\.$#',
21-
'count' => 1,
22-
'path' => __DIR__ . '/system/Autoloader/Autoloader.php',
23-
];
2414
$ignoreErrors[] = [
2515
'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:chunk\\(\\) has parameter \\$userFunc with no signature specified for Closure\\.$#',
2616
'count' => 1,

0 commit comments

Comments
 (0)