|
2851 | 2851 | 'count' => 1, |
2852 | 2852 | 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2853 | 2853 | ]; |
2854 | | -$ignoreErrors[] = [ |
2855 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:_foreignKeyData\\(\\) return type has no value type specified in iterable type array\\.$#', |
2856 | | - 'count' => 1, |
2857 | | - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2858 | | -]; |
2859 | | -$ignoreErrors[] = [ |
2860 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:_indexData\\(\\) return type has no value type specified in iterable type array\\.$#', |
2861 | | - 'count' => 1, |
2862 | | - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2863 | | -]; |
2864 | 2854 | $ignoreErrors[] = [ |
2865 | 2855 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:callFunction\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#', |
2866 | 2856 | 'count' => 1, |
|
2896 | 2886 | 'count' => 1, |
2897 | 2887 | 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2898 | 2888 | ]; |
2899 | | -$ignoreErrors[] = [ |
2900 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:foreignKeyDataToObjects\\(\\) return type has no value type specified in iterable type array\\.$#', |
2901 | | - 'count' => 1, |
2902 | | - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2903 | | -]; |
2904 | 2889 | $ignoreErrors[] = [ |
2905 | 2890 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:getFieldNames\\(\\) return type has no value type specified in iterable type array\\.$#', |
2906 | 2891 | 'count' => 1, |
|
2911 | 2896 | 'count' => 1, |
2912 | 2897 | 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2913 | 2898 | ]; |
2914 | | -$ignoreErrors[] = [ |
2915 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:getIndexData\\(\\) return type has no value type specified in iterable type array\\.$#', |
2916 | | - 'count' => 1, |
2917 | | - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2918 | | -]; |
2919 | 2899 | $ignoreErrors[] = [ |
2920 | 2900 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:listTables\\(\\) return type has no value type specified in iterable type array\\.$#', |
2921 | 2901 | 'count' => 1, |
|
9391 | 9371 | 'count' => 1, |
9392 | 9372 | 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9393 | 9373 | ]; |
9394 | | -$ignoreErrors[] = [ |
9395 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:_foreignKeyData\\(\\) return type has no value type specified in iterable type array\\.$#', |
9396 | | - 'count' => 1, |
9397 | | - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9398 | | -]; |
9399 | | -$ignoreErrors[] = [ |
9400 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:_indexData\\(\\) return type has no value type specified in iterable type array\\.$#', |
9401 | | - 'count' => 1, |
9402 | | - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9403 | | -]; |
9404 | 9374 | $ignoreErrors[] = [ |
9405 | 9375 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:shouldReturn\\(\\) has no return type specified\\.$#', |
9406 | 9376 | 'count' => 1, |
|
0 commit comments