|
3001 | 3001 | 'count' => 11, |
3002 | 3002 | 'path' => __DIR__ . '/system/Database/MySQLi/Connection.php', |
3003 | 3003 | ]; |
3004 | | -$ignoreErrors[] = [ |
3005 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\MySQLi\\\\Connection\\:\\:_close\\(\\) should return mixed but return statement is missing\\.$#', |
3006 | | - 'count' => 1, |
3007 | | - 'path' => __DIR__ . '/system/Database/MySQLi/Connection.php', |
3008 | | -]; |
3009 | 3004 | $ignoreErrors[] = [ |
3010 | 3005 | 'message' => '#^Only booleans are allowed in &&, int given on the left side\\.$#', |
3011 | 3006 | 'count' => 1, |
|
3391 | 3386 | 'count' => 2, |
3392 | 3387 | 'path' => __DIR__ . '/system/Database/Postgre/Connection.php', |
3393 | 3388 | ]; |
3394 | | -$ignoreErrors[] = [ |
3395 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Connection\\:\\:_close\\(\\) should return mixed but return statement is missing\\.$#', |
3396 | | - 'count' => 1, |
3397 | | - 'path' => __DIR__ . '/system/Database/Postgre/Connection.php', |
3398 | | -]; |
3399 | 3389 | $ignoreErrors[] = [ |
3400 | 3390 | 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Connection\\:\\:buildDSN\\(\\) has no return type specified\\.$#', |
3401 | 3391 | 'count' => 1, |
|
3756 | 3746 | 'count' => 1, |
3757 | 3747 | 'path' => __DIR__ . '/system/Database/SQLSRV/Connection.php', |
3758 | 3748 | ]; |
3759 | | -$ignoreErrors[] = [ |
3760 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLSRV\\\\Connection\\:\\:_close\\(\\) should return mixed but return statement is missing\\.$#', |
3761 | | - 'count' => 1, |
3762 | | - 'path' => __DIR__ . '/system/Database/SQLSRV/Connection.php', |
3763 | | -]; |
3764 | 3749 | $ignoreErrors[] = [ |
3765 | 3750 | 'message' => '#^PHPDoc type string of property CodeIgniter\\\\Database\\\\SQLSRV\\\\Connection\\:\\:\\$escapeChar is not the same as PHPDoc type array\\|string of overridden property CodeIgniter\\\\Database\\\\BaseConnection\\<resource,resource\\>\\:\\:\\$escapeChar\\.$#', |
3766 | 3751 | 'count' => 1, |
|
3951 | 3936 | 'count' => 1, |
3952 | 3937 | 'path' => __DIR__ . '/system/Database/SQLite3/Connection.php', |
3953 | 3938 | ]; |
3954 | | -$ignoreErrors[] = [ |
3955 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLite3\\\\Connection\\:\\:_close\\(\\) should return mixed but return statement is missing\\.$#', |
3956 | | - 'count' => 1, |
3957 | | - 'path' => __DIR__ . '/system/Database/SQLite3/Connection.php', |
3958 | | -]; |
3959 | 3939 | $ignoreErrors[] = [ |
3960 | 3940 | 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLite3\\\\Connection\\:\\:getFieldNames\\(\\) return type has no value type specified in iterable type array\\.$#', |
3961 | 3941 | 'count' => 1, |
|
8661 | 8641 | 'count' => 1, |
8662 | 8642 | 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
8663 | 8643 | ]; |
8664 | | -$ignoreErrors[] = [ |
8665 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:_close\\(\\) should return mixed but return statement is missing\\.$#', |
8666 | | - 'count' => 1, |
8667 | | - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
8668 | | -]; |
8669 | 8644 | $ignoreErrors[] = [ |
8670 | 8645 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:_fieldData\\(\\) return type has no value type specified in iterable type array\\.$#', |
8671 | 8646 | 'count' => 1, |
|
0 commit comments