Skip to content

Commit e645db9

Browse files
committed
chore: vendor/bin/phpstan analyze --generate-baseline phpstan-baseline.php
1 parent 6dc3850 commit e645db9

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -11501,26 +11501,6 @@
1150111501
'count' => 1,
1150211502
'path' => __DIR__ . '/tests/system/Cache/FactoriesCacheFileVarExportHandlerTest.php',
1150311503
];
11504-
$ignoreErrors[] = [
11505-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$dummy has no type specified\\.$#',
11506-
'count' => 1,
11507-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11508-
];
11509-
$ignoreErrors[] = [
11510-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key1 has no type specified\\.$#',
11511-
'count' => 1,
11512-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11513-
];
11514-
$ignoreErrors[] = [
11515-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key2 has no type specified\\.$#',
11516-
'count' => 1,
11517-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11518-
];
11519-
$ignoreErrors[] = [
11520-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key3 has no type specified\\.$#',
11521-
'count' => 1,
11522-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11523-
];
1152411504
$ignoreErrors[] = [
1152511505
'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\BaseHandlerTest\\:\\:provideValidateKeyInvalidType\\(\\) return type has no value type specified in iterable type iterable\\.$#',
1152611506
'count' => 1,
@@ -12776,31 +12756,6 @@
1277612756
'count' => 1,
1277712757
'path' => __DIR__ . '/tests/system/Database/DatabaseTestCaseTest.php',
1277812758
];
12779-
$ignoreErrors[] = [
12780-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has no return type specified\\.$#',
12781-
'count' => 1,
12782-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12783-
];
12784-
$ignoreErrors[] = [
12785-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has parameter \\$actual with no value type specified in iterable type array\\.$#',
12786-
'count' => 1,
12787-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12788-
];
12789-
$ignoreErrors[] = [
12790-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has parameter \\$expected with no value type specified in iterable type array\\.$#',
12791-
'count' => 1,
12792-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12793-
];
12794-
$ignoreErrors[] = [
12795-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:createTableForDefault\\(\\) has no return type specified\\.$#',
12796-
'count' => 1,
12797-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12798-
];
12799-
$ignoreErrors[] = [
12800-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:createTableForType\\(\\) has no return type specified\\.$#',
12801-
'count' => 1,
12802-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12803-
];
1280412759
$ignoreErrors[] = [
1280512760
'message' => '#^Property CodeIgniter\\\\Database\\\\Live\\\\ConnectTest\\:\\:\\$group1 has no type specified\\.$#',
1280612761
'count' => 1,
@@ -12971,11 +12926,6 @@
1297112926
'count' => 1,
1297212927
'path' => __DIR__ . '/tests/system/Database/Live/SQLite3/AlterTableTest.php',
1297312928
];
12974-
$ignoreErrors[] = [
12975-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\SQLite3\\\\GetFieldDataTest\\:\\:createTableCompositePrimaryKey\\(\\) has no return type specified\\.$#',
12976-
'count' => 1,
12977-
'path' => __DIR__ . '/tests/system/Database/Live/SQLite3/GetFieldDataTest.php',
12978-
];
1297912929
$ignoreErrors[] = [
1298012930
'message' => '#^PHPDoc type CodeIgniter\\\\Database\\\\SQLite3\\\\Connection of property CodeIgniter\\\\Database\\\\Live\\\\SQLite3\\\\GetIndexDataTest\\:\\:\\$db is not the same as PHPDoc type CodeIgniter\\\\Database\\\\BaseConnection of overridden property CodeIgniter\\\\Test\\\\CIUnitTestCase\\:\\:\\$db\\.$#',
1298112931
'count' => 1,
@@ -13386,11 +13336,6 @@
1338613336
'count' => 1,
1338713337
'path' => __DIR__ . '/tests/system/Events/EventsTest.php',
1338813338
];
13389-
$ignoreErrors[] = [
13390-
'message' => '#^Property class@anonymous/tests/system/Events/EventsTest\\.php\\:285\\:\\:\\$logged has no type specified\\.$#',
13391-
'count' => 1,
13392-
'path' => __DIR__ . '/tests/system/Events/EventsTest.php',
13393-
];
1339413339
$ignoreErrors[] = [
1339513340
'message' => '#^Property CodeIgniter\\\\Filters\\\\CSRFTest\\:\\:\\$response \\(CodeIgniter\\\\HTTP\\\\Response\\|null\\) does not accept CodeIgniter\\\\HTTP\\\\ResponseInterface\\.$#',
1339613341
'count' => 2,

0 commit comments

Comments
 (0)