Skip to content

Commit 7fe8996

Browse files
committed
chore: vendor/bin/phpstan analyze --generate-baseline phpstan-baseline.php
1 parent 625d42b commit 7fe8996

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
@@ -11196,26 +11196,6 @@
1119611196
'count' => 1,
1119711197
'path' => __DIR__ . '/tests/system/Cache/FactoriesCacheFileVarExportHandlerTest.php',
1119811198
];
11199-
$ignoreErrors[] = [
11200-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$dummy has no type specified\\.$#',
11201-
'count' => 1,
11202-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11203-
];
11204-
$ignoreErrors[] = [
11205-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key1 has no type specified\\.$#',
11206-
'count' => 1,
11207-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11208-
];
11209-
$ignoreErrors[] = [
11210-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key2 has no type specified\\.$#',
11211-
'count' => 1,
11212-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11213-
];
11214-
$ignoreErrors[] = [
11215-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key3 has no type specified\\.$#',
11216-
'count' => 1,
11217-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11218-
];
1121911199
$ignoreErrors[] = [
1122011200
'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\BaseHandlerTest\\:\\:provideValidateKeyInvalidType\\(\\) return type has no value type specified in iterable type iterable\\.$#',
1122111201
'count' => 1,
@@ -12461,31 +12441,6 @@
1246112441
'count' => 1,
1246212442
'path' => __DIR__ . '/tests/system/Database/DatabaseTestCaseTest.php',
1246312443
];
12464-
$ignoreErrors[] = [
12465-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has no return type specified\\.$#',
12466-
'count' => 1,
12467-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12468-
];
12469-
$ignoreErrors[] = [
12470-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has parameter \\$actual with no value type specified in iterable type array\\.$#',
12471-
'count' => 1,
12472-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12473-
];
12474-
$ignoreErrors[] = [
12475-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has parameter \\$expected with no value type specified in iterable type array\\.$#',
12476-
'count' => 1,
12477-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12478-
];
12479-
$ignoreErrors[] = [
12480-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:createTableForDefault\\(\\) has no return type specified\\.$#',
12481-
'count' => 1,
12482-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12483-
];
12484-
$ignoreErrors[] = [
12485-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:createTableForType\\(\\) has no return type specified\\.$#',
12486-
'count' => 1,
12487-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12488-
];
1248912444
$ignoreErrors[] = [
1249012445
'message' => '#^Property CodeIgniter\\\\Database\\\\Live\\\\ConnectTest\\:\\:\\$group1 has no type specified\\.$#',
1249112446
'count' => 1,
@@ -12656,11 +12611,6 @@
1265612611
'count' => 1,
1265712612
'path' => __DIR__ . '/tests/system/Database/Live/SQLite3/AlterTableTest.php',
1265812613
];
12659-
$ignoreErrors[] = [
12660-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\SQLite3\\\\GetFieldDataTest\\:\\:createTableCompositePrimaryKey\\(\\) has no return type specified\\.$#',
12661-
'count' => 1,
12662-
'path' => __DIR__ . '/tests/system/Database/Live/SQLite3/GetFieldDataTest.php',
12663-
];
1266412614
$ignoreErrors[] = [
1266512615
'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\\.$#',
1266612616
'count' => 1,
@@ -13071,11 +13021,6 @@
1307113021
'count' => 1,
1307213022
'path' => __DIR__ . '/tests/system/Events/EventsTest.php',
1307313023
];
13074-
$ignoreErrors[] = [
13075-
'message' => '#^Property class@anonymous/tests/system/Events/EventsTest\\.php\\:285\\:\\:\\$logged has no type specified\\.$#',
13076-
'count' => 1,
13077-
'path' => __DIR__ . '/tests/system/Events/EventsTest.php',
13078-
];
1307913024
$ignoreErrors[] = [
1308013025
'message' => '#^Property CodeIgniter\\\\Filters\\\\CSRFTest\\:\\:\\$response \\(CodeIgniter\\\\HTTP\\\\Response\\|null\\) does not accept CodeIgniter\\\\HTTP\\\\ResponseInterface\\.$#',
1308113026
'count' => 2,

0 commit comments

Comments
 (0)