Skip to content

Commit f0f1bc7

Browse files
committed
chore: vendor/bin/phpstan analyze --generate-baseline phpstan-baseline.php
1 parent 35dc36f commit f0f1bc7

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,11 +1416,6 @@
14161416
'count' => 1,
14171417
'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
14181418
];
1419-
$ignoreErrors[] = [
1420-
'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:__construct\\(\\) has parameter \\$protectedControllers with no value type specified in iterable type array\\.$#',
1421-
'count' => 1,
1422-
'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
1423-
];
14241419
$ignoreErrors[] = [
14251420
'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:addFilters\\(\\) has no return type specified\\.$#',
14261421
'count' => 1,
@@ -1436,16 +1431,6 @@
14361431
'count' => 1,
14371432
'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
14381433
];
1439-
$ignoreErrors[] = [
1440-
'message' => '#^Property CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:\\$httpMethods type has no value type specified in iterable type array\\.$#',
1441-
'count' => 1,
1442-
'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
1443-
];
1444-
$ignoreErrors[] = [
1445-
'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\ControllerMethodReader\\:\\:__construct\\(\\) has parameter \\$httpMethods with no value type specified in iterable type array\\.$#',
1446-
'count' => 1,
1447-
'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/ControllerMethodReader.php',
1448-
];
14491434
$ignoreErrors[] = [
14501435
'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\ControllerMethodReader\\:\\:getParameters\\(\\) return type has no value type specified in iterable type array\\.$#',
14511436
'count' => 1,
@@ -7761,11 +7746,6 @@
77617746
'count' => 1,
77627747
'path' => __DIR__ . '/system/RESTful/ResourceController.php',
77637748
];
7764-
$ignoreErrors[] = [
7765-
'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:__construct\\(\\) has parameter \\$cliRoutes with no value type specified in iterable type array\\.$#',
7766-
'count' => 1,
7767-
'path' => __DIR__ . '/system/Router/AutoRouter.php',
7768-
];
77697749
$ignoreErrors[] = [
77707750
'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:getRoute\\(\\) return type has no value type specified in iterable type array\\.$#',
77717751
'count' => 1,
@@ -12131,11 +12111,6 @@
1213112111
'count' => 1,
1213212112
'path' => __DIR__ . '/tests/system/CommonSingleServiceTest.php',
1213312113
];
12134-
$ignoreErrors[] = [
12135-
'message' => '#^Parameter \\#1 \\$expected of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) expects class\\-string\\<object\\>, false given\\.$#',
12136-
'count' => 2,
12137-
'path' => __DIR__ . '/tests/system/CommonSingleServiceTest.php',
12138-
];
1213912114
$ignoreErrors[] = [
1214012115
'message' => '#^Accessing offset \'BAR\' directly on \\$_SERVER is discouraged\\.$#',
1214112116
'count' => 1,

0 commit comments

Comments
 (0)