Skip to content

Commit cc3fe08

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.5
2 parents b28948e + 28cf32b commit cc3fe08

File tree

11 files changed

+438
-254
lines changed

11 files changed

+438
-254
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -971,11 +971,6 @@
971971
'count' => 1,
972972
'path' => __DIR__ . '/system/Database/Postgre/Forge.php',
973973
];
974-
$ignoreErrors[] = [
975-
'message' => '#^Return type \\(array\\|bool\\|string\\) of method CodeIgniter\\\\Database\\\\Postgre\\\\Forge\\:\\:_alterTable\\(\\) should be covariant with return type \\(array\\<string\\>\\|string\\|false\\) of method CodeIgniter\\\\Database\\\\Forge\\:\\:_alterTable\\(\\)$#',
976-
'count' => 1,
977-
'path' => __DIR__ . '/system/Database/Postgre/Forge.php',
978-
];
979974
$ignoreErrors[] = [
980975
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
981976
'count' => 1,
@@ -1176,11 +1171,6 @@
11761171
'count' => 1,
11771172
'path' => __DIR__ . '/system/Database/SQLite3/Forge.php',
11781173
];
1179-
$ignoreErrors[] = [
1180-
'message' => '#^Return type \\(array\\|string\\|null\\) of method CodeIgniter\\\\Database\\\\SQLite3\\\\Forge\\:\\:_alterTable\\(\\) should be covariant with return type \\(array\\<string\\>\\|string\\|false\\) of method CodeIgniter\\\\Database\\\\Forge\\:\\:_alterTable\\(\\)$#',
1181-
'count' => 1,
1182-
'path' => __DIR__ . '/system/Database/SQLite3/Forge.php',
1183-
];
11841174
$ignoreErrors[] = [
11851175
'message' => '#^Return type \\(SQLite3Result\\|false\\) of method CodeIgniter\\\\Database\\\\SQLite3\\\\PreparedQuery\\:\\:_getResult\\(\\) should be covariant with return type \\(object\\|resource\\|null\\) of method CodeIgniter\\\\Database\\\\BasePreparedQuery\\<SQLite3,SQLite3Stmt,SQLite3Result\\>\\:\\:_getResult\\(\\)$#',
11861176
'count' => 1,

0 commit comments

Comments
 (0)