|
1261 | 1261 | 'count' => 3,
|
1262 | 1262 | 'path' => __DIR__ . '/system/Database/MySQLi/PreparedQuery.php',
|
1263 | 1263 | ];
|
1264 |
| -$ignoreErrors[] = [ |
1265 |
| - 'message' => '#^Return type \\(CodeIgniter\\\\Database\\\\MySQLi\\\\PreparedQuery\\) of method CodeIgniter\\\\Database\\\\MySQLi\\\\PreparedQuery\\:\\:_prepare\\(\\) should be covariant with return type \\(\\$this\\(CodeIgniter\\\\Database\\\\BasePreparedQuery\\<TConnection, TStatement, TResult\\>\\)\\) of method CodeIgniter\\\\Database\\\\BasePreparedQuery\\<mysqli,mysqli_stmt,mysqli_result\\>\\:\\:_prepare\\(\\)$#', |
1266 |
| - 'count' => 1, |
1267 |
| - 'path' => __DIR__ . '/system/Database/MySQLi/PreparedQuery.php', |
1268 |
| -]; |
1269 | 1264 | $ignoreErrors[] = [
|
1270 | 1265 | 'message' => '#^Return type \\(mysqli_result\\|false\\) of method CodeIgniter\\\\Database\\\\MySQLi\\\\PreparedQuery\\:\\:_getResult\\(\\) should be covariant with return type \\(object\\|resource\\|null\\) of method CodeIgniter\\\\Database\\\\BasePreparedQuery\\<mysqli,mysqli_stmt,mysqli_result\\>\\:\\:_getResult\\(\\)$#',
|
1271 | 1266 | 'count' => 1,
|
|
1381 | 1376 | 'count' => 1,
|
1382 | 1377 | 'path' => __DIR__ . '/system/Database/OCI8/PreparedQuery.php',
|
1383 | 1378 | ];
|
1384 |
| -$ignoreErrors[] = [ |
1385 |
| - 'message' => '#^Return type \\(CodeIgniter\\\\Database\\\\OCI8\\\\PreparedQuery\\) of method CodeIgniter\\\\Database\\\\OCI8\\\\PreparedQuery\\:\\:_prepare\\(\\) should be covariant with return type \\(\\$this\\(CodeIgniter\\\\Database\\\\BasePreparedQuery\\<TConnection, TStatement, TResult\\>\\)\\) of method CodeIgniter\\\\Database\\\\BasePreparedQuery\\<resource,resource,resource\\>\\:\\:_prepare\\(\\)$#', |
1386 |
| - 'count' => 1, |
1387 |
| - 'path' => __DIR__ . '/system/Database/OCI8/PreparedQuery.php', |
1388 |
| -]; |
1389 | 1379 | $ignoreErrors[] = [
|
1390 | 1380 | 'message' => '#^PHPDoc type string of property CodeIgniter\\\\Database\\\\OCI8\\\\Utils\\:\\:\\$listDatabases is not the same as PHPDoc type bool\\|string of overridden property CodeIgniter\\\\Database\\\\BaseUtils\\:\\:\\$listDatabases\\.$#',
|
1391 | 1381 | 'count' => 1,
|
|
1511 | 1501 | 'count' => 1,
|
1512 | 1502 | 'path' => __DIR__ . '/system/Database/Postgre/Forge.php',
|
1513 | 1503 | ];
|
1514 |
| -$ignoreErrors[] = [ |
1515 |
| - 'message' => '#^Return type \\(CodeIgniter\\\\Database\\\\Postgre\\\\PreparedQuery\\) of method CodeIgniter\\\\Database\\\\Postgre\\\\PreparedQuery\\:\\:_prepare\\(\\) should be covariant with return type \\(\\$this\\(CodeIgniter\\\\Database\\\\BasePreparedQuery\\<TConnection, TStatement, TResult\\>\\)\\) of method CodeIgniter\\\\Database\\\\BasePreparedQuery\\<PgSql\\\\Connection,PgSql\\\\Result,PgSql\\\\Result\\>\\:\\:_prepare\\(\\)$#', |
1516 |
| - 'count' => 1, |
1517 |
| - 'path' => __DIR__ . '/system/Database/Postgre/PreparedQuery.php', |
1518 |
| -]; |
1519 | 1504 | $ignoreErrors[] = [
|
1520 | 1505 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
|
1521 | 1506 | 'count' => 1,
|
|
1651 | 1636 | 'count' => 1,
|
1652 | 1637 | 'path' => __DIR__ . '/system/Database/SQLSRV/PreparedQuery.php',
|
1653 | 1638 | ];
|
1654 |
| -$ignoreErrors[] = [ |
1655 |
| - 'message' => '#^Return type \\(CodeIgniter\\\\Database\\\\SQLSRV\\\\PreparedQuery\\) of method CodeIgniter\\\\Database\\\\SQLSRV\\\\PreparedQuery\\:\\:_prepare\\(\\) should be covariant with return type \\(\\$this\\(CodeIgniter\\\\Database\\\\BasePreparedQuery\\<TConnection, TStatement, TResult\\>\\)\\) of method CodeIgniter\\\\Database\\\\BasePreparedQuery\\<resource,resource,resource\\>\\:\\:_prepare\\(\\)$#', |
1656 |
| - 'count' => 1, |
1657 |
| - 'path' => __DIR__ . '/system/Database/SQLSRV/PreparedQuery.php', |
1658 |
| -]; |
1659 | 1639 | $ignoreErrors[] = [
|
1660 | 1640 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
|
1661 | 1641 | 'count' => 1,
|
|
1726 | 1706 | 'count' => 1,
|
1727 | 1707 | 'path' => __DIR__ . '/system/Database/SQLite3/Forge.php',
|
1728 | 1708 | ];
|
1729 |
| -$ignoreErrors[] = [ |
1730 |
| - 'message' => '#^Return type \\(CodeIgniter\\\\Database\\\\SQLite3\\\\PreparedQuery\\) of method CodeIgniter\\\\Database\\\\SQLite3\\\\PreparedQuery\\:\\:_prepare\\(\\) should be covariant with return type \\(\\$this\\(CodeIgniter\\\\Database\\\\BasePreparedQuery\\<TConnection, TStatement, TResult\\>\\)\\) of method CodeIgniter\\\\Database\\\\BasePreparedQuery\\<SQLite3,SQLite3Stmt,SQLite3Result\\>\\:\\:_prepare\\(\\)$#', |
1731 |
| - 'count' => 1, |
1732 |
| - 'path' => __DIR__ . '/system/Database/SQLite3/PreparedQuery.php', |
1733 |
| -]; |
1734 | 1709 | $ignoreErrors[] = [
|
1735 | 1710 | '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\\(\\)$#',
|
1736 | 1711 | 'count' => 1,
|
|
2021 | 1996 | 'count' => 1,
|
2022 | 1997 | 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php',
|
2023 | 1998 | ];
|
2024 |
| -$ignoreErrors[] = [ |
2025 |
| - 'message' => '#^Return type \\(CodeIgniter\\\\HTTP\\\\DownloadResponse\\) of method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:noCache\\(\\) should be covariant with return type \\(\\$this\\(CodeIgniter\\\\HTTP\\\\Response\\)\\) of method CodeIgniter\\\\HTTP\\\\Response\\:\\:noCache\\(\\)$#', |
2026 |
| - 'count' => 1, |
2027 |
| - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
2028 |
| -]; |
2029 |
| -$ignoreErrors[] = [ |
2030 |
| - 'message' => '#^Return type \\(CodeIgniter\\\\HTTP\\\\DownloadResponse\\) of method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:noCache\\(\\) should be covariant with return type \\(\\$this\\(CodeIgniter\\\\HTTP\\\\ResponseInterface\\)\\) of method CodeIgniter\\\\HTTP\\\\ResponseInterface\\:\\:noCache\\(\\)$#', |
2031 |
| - 'count' => 1, |
2032 |
| - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
2033 |
| -]; |
2034 | 1999 | $ignoreErrors[] = [
|
2035 | 2000 | 'message' => '#^Return type \\(CodeIgniter\\\\HTTP\\\\DownloadResponse\\) of method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:sendBody\\(\\) should be covariant with return type \\(\\$this\\(CodeIgniter\\\\HTTP\\\\Response\\)\\) of method CodeIgniter\\\\HTTP\\\\Response\\:\\:sendBody\\(\\)$#',
|
2036 | 2001 | 'count' => 1,
|
|
0 commit comments