Skip to content

Commit ed05b22

Browse files
committed
chore: vendor/bin/phpstan analyze --generate-baseline phpstan-baseline.php
1 parent 7535c5a commit ed05b22

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
@@ -11216,26 +11216,6 @@
1121611216
'count' => 1,
1121711217
'path' => __DIR__ . '/tests/system/Cache/FactoriesCacheFileVarExportHandlerTest.php',
1121811218
];
11219-
$ignoreErrors[] = [
11220-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$dummy has no type specified\\.$#',
11221-
'count' => 1,
11222-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11223-
];
11224-
$ignoreErrors[] = [
11225-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key1 has no type specified\\.$#',
11226-
'count' => 1,
11227-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11228-
];
11229-
$ignoreErrors[] = [
11230-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key2 has no type specified\\.$#',
11231-
'count' => 1,
11232-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11233-
];
11234-
$ignoreErrors[] = [
11235-
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key3 has no type specified\\.$#',
11236-
'count' => 1,
11237-
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
11238-
];
1123911219
$ignoreErrors[] = [
1124011220
'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\BaseHandlerTest\\:\\:provideValidateKeyInvalidType\\(\\) return type has no value type specified in iterable type iterable\\.$#',
1124111221
'count' => 1,
@@ -12486,31 +12466,6 @@
1248612466
'count' => 1,
1248712467
'path' => __DIR__ . '/tests/system/Database/DatabaseTestCaseTest.php',
1248812468
];
12489-
$ignoreErrors[] = [
12490-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has no return type specified\\.$#',
12491-
'count' => 1,
12492-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12493-
];
12494-
$ignoreErrors[] = [
12495-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has parameter \\$actual with no value type specified in iterable type array\\.$#',
12496-
'count' => 1,
12497-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12498-
];
12499-
$ignoreErrors[] = [
12500-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has parameter \\$expected with no value type specified in iterable type array\\.$#',
12501-
'count' => 1,
12502-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12503-
];
12504-
$ignoreErrors[] = [
12505-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:createTableForDefault\\(\\) has no return type specified\\.$#',
12506-
'count' => 1,
12507-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12508-
];
12509-
$ignoreErrors[] = [
12510-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:createTableForType\\(\\) has no return type specified\\.$#',
12511-
'count' => 1,
12512-
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
12513-
];
1251412469
$ignoreErrors[] = [
1251512470
'message' => '#^Property CodeIgniter\\\\Database\\\\Live\\\\ConnectTest\\:\\:\\$group1 has no type specified\\.$#',
1251612471
'count' => 1,
@@ -12681,11 +12636,6 @@
1268112636
'count' => 1,
1268212637
'path' => __DIR__ . '/tests/system/Database/Live/SQLite3/AlterTableTest.php',
1268312638
];
12684-
$ignoreErrors[] = [
12685-
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\SQLite3\\\\GetFieldDataTest\\:\\:createTableCompositePrimaryKey\\(\\) has no return type specified\\.$#',
12686-
'count' => 1,
12687-
'path' => __DIR__ . '/tests/system/Database/Live/SQLite3/GetFieldDataTest.php',
12688-
];
1268912639
$ignoreErrors[] = [
1269012640
'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\\.$#',
1269112641
'count' => 1,
@@ -13096,11 +13046,6 @@
1309613046
'count' => 1,
1309713047
'path' => __DIR__ . '/tests/system/Events/EventsTest.php',
1309813048
];
13099-
$ignoreErrors[] = [
13100-
'message' => '#^Property class@anonymous/tests/system/Events/EventsTest\\.php\\:285\\:\\:\\$logged has no type specified\\.$#',
13101-
'count' => 1,
13102-
'path' => __DIR__ . '/tests/system/Events/EventsTest.php',
13103-
];
1310413049
$ignoreErrors[] = [
1310513050
'message' => '#^Property CodeIgniter\\\\Filters\\\\CSRFTest\\:\\:\\$response \\(CodeIgniter\\\\HTTP\\\\Response\\|null\\) does not accept CodeIgniter\\\\HTTP\\\\ResponseInterface\\.$#',
1310613051
'count' => 2,

0 commit comments

Comments
 (0)