Skip to content

Commit

Permalink
chore: vendor/bin/phpstan analyze --generate-baseline phpstan-baselin…
Browse files Browse the repository at this point in the history
…e.php
  • Loading branch information
kenjis committed Apr 2, 2024
1 parent 77c244b commit 5b2f18f
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -11501,26 +11501,6 @@
'count' => 1,
'path' => __DIR__ . '/tests/system/Cache/FactoriesCacheFileVarExportHandlerTest.php',
];
$ignoreErrors[] = [
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$dummy has no type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
];
$ignoreErrors[] = [
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key1 has no type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
];
$ignoreErrors[] = [
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key2 has no type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
];
$ignoreErrors[] = [
'message' => '#^Property CodeIgniter\\\\Cache\\\\Handlers\\\\AbstractHandlerTest\\:\\:\\$key3 has no type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Cache/Handlers/AbstractHandlerTest.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\BaseHandlerTest\\:\\:provideValidateKeyInvalidType\\(\\) return type has no value type specified in iterable type iterable\\.$#',
'count' => 1,
Expand Down Expand Up @@ -12776,31 +12756,6 @@
'count' => 1,
'path' => __DIR__ . '/tests/system/Database/DatabaseTestCaseTest.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has no return type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has parameter \\$actual with no value type specified in iterable type array\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:assertSameFieldData\\(\\) has parameter \\$expected with no value type specified in iterable type array\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:createTableForDefault\\(\\) has no return type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\AbstractGetFieldDataTest\\:\\:createTableForType\\(\\) has no return type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Database/Live/AbstractGetFieldDataTest.php',
];
$ignoreErrors[] = [
'message' => '#^Property CodeIgniter\\\\Database\\\\Live\\\\ConnectTest\\:\\:\\$group1 has no type specified\\.$#',
'count' => 1,
Expand Down Expand Up @@ -12971,11 +12926,6 @@
'count' => 1,
'path' => __DIR__ . '/tests/system/Database/Live/SQLite3/AlterTableTest.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\Database\\\\Live\\\\SQLite3\\\\GetFieldDataTest\\:\\:createTableCompositePrimaryKey\\(\\) has no return type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Database/Live/SQLite3/GetFieldDataTest.php',
];
$ignoreErrors[] = [
'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\\.$#',
'count' => 1,
Expand Down Expand Up @@ -13386,11 +13336,6 @@
'count' => 1,
'path' => __DIR__ . '/tests/system/Events/EventsTest.php',
];
$ignoreErrors[] = [
'message' => '#^Property class@anonymous/tests/system/Events/EventsTest\\.php\\:285\\:\\:\\$logged has no type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/tests/system/Events/EventsTest.php',
];
$ignoreErrors[] = [
'message' => '#^Property CodeIgniter\\\\Filters\\\\CSRFTest\\:\\:\\$response \\(CodeIgniter\\\\HTTP\\\\Response\\|null\\) does not accept CodeIgniter\\\\HTTP\\\\ResponseInterface\\.$#',
'count' => 2,
Expand Down

0 comments on commit 5b2f18f

Please sign in to comment.