|
2826 | 2826 | 'count' => 1, |
2827 | 2827 | 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2828 | 2828 | ]; |
2829 | | -$ignoreErrors[] = [ |
2830 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:_foreignKeyData\\(\\) return type has no value type specified in iterable type array\\.$#', |
2831 | | - 'count' => 1, |
2832 | | - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2833 | | -]; |
2834 | | -$ignoreErrors[] = [ |
2835 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:_indexData\\(\\) return type has no value type specified in iterable type array\\.$#', |
2836 | | - 'count' => 1, |
2837 | | - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2838 | | -]; |
2839 | 2829 | $ignoreErrors[] = [ |
2840 | 2830 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:callFunction\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#', |
2841 | 2831 | 'count' => 1, |
|
2871 | 2861 | 'count' => 1, |
2872 | 2862 | 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2873 | 2863 | ]; |
2874 | | -$ignoreErrors[] = [ |
2875 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:foreignKeyDataToObjects\\(\\) return type has no value type specified in iterable type array\\.$#', |
2876 | | - 'count' => 1, |
2877 | | - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2878 | | -]; |
2879 | 2864 | $ignoreErrors[] = [ |
2880 | 2865 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:getFieldNames\\(\\) return type has no value type specified in iterable type array\\.$#', |
2881 | 2866 | 'count' => 1, |
|
2886 | 2871 | 'count' => 1, |
2887 | 2872 | 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2888 | 2873 | ]; |
2889 | | -$ignoreErrors[] = [ |
2890 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:getIndexData\\(\\) return type has no value type specified in iterable type array\\.$#', |
2891 | | - 'count' => 1, |
2892 | | - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2893 | | -]; |
2894 | 2874 | $ignoreErrors[] = [ |
2895 | 2875 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:listTables\\(\\) return type has no value type specified in iterable type array\\.$#', |
2896 | 2876 | 'count' => 1, |
|
9261 | 9241 | 'count' => 1, |
9262 | 9242 | 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9263 | 9243 | ]; |
9264 | | -$ignoreErrors[] = [ |
9265 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:_foreignKeyData\\(\\) return type has no value type specified in iterable type array\\.$#', |
9266 | | - 'count' => 1, |
9267 | | - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9268 | | -]; |
9269 | | -$ignoreErrors[] = [ |
9270 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:_indexData\\(\\) return type has no value type specified in iterable type array\\.$#', |
9271 | | - 'count' => 1, |
9272 | | - 'path' => __DIR__ . '/system/Test/Mock/MockConnection.php', |
9273 | | -]; |
9274 | 9244 | $ignoreErrors[] = [ |
9275 | 9245 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:shouldReturn\\(\\) has no return type specified\\.$#', |
9276 | 9246 | 'count' => 1, |
|
0 commit comments