|
346 | 346 | 'count' => 1, |
347 | 347 | 'path' => __DIR__ . '/system/Config/View.php', |
348 | 348 | ]; |
349 | | -$ignoreErrors[] = [ |
350 | | - 'message' => '#^Method CodeIgniter\\\\Controller\\:\\:cachePage\\(\\) has no return type specified\\.$#', |
351 | | - 'count' => 1, |
352 | | - 'path' => __DIR__ . '/system/Controller.php', |
353 | | -]; |
354 | | -$ignoreErrors[] = [ |
355 | | - 'message' => '#^Method CodeIgniter\\\\Controller\\:\\:forceHTTPS\\(\\) has no return type specified\\.$#', |
356 | | - 'count' => 1, |
357 | | - 'path' => __DIR__ . '/system/Controller.php', |
358 | | -]; |
359 | | -$ignoreErrors[] = [ |
360 | | - 'message' => '#^Method CodeIgniter\\\\Controller\\:\\:initController\\(\\) has no return type specified\\.$#', |
361 | | - 'count' => 1, |
362 | | - 'path' => __DIR__ . '/system/Controller.php', |
363 | | -]; |
364 | | -$ignoreErrors[] = [ |
365 | | - 'message' => '#^Method CodeIgniter\\\\Controller\\:\\:loadHelpers\\(\\) has no return type specified\\.$#', |
366 | | - 'count' => 1, |
367 | | - 'path' => __DIR__ . '/system/Controller.php', |
368 | | -]; |
369 | 349 | $ignoreErrors[] = [ |
370 | 350 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_whereIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
371 | 351 | 'count' => 1, |
|
956 | 936 | 'count' => 1, |
957 | 937 | 'path' => __DIR__ . '/system/Filters/Filters.php', |
958 | 938 | ]; |
959 | | -$ignoreErrors[] = [ |
960 | | - 'message' => '#^Method CodeIgniter\\\\Format\\\\XMLFormatter\\:\\:arrayToXML\\(\\) has no return type specified\\.$#', |
961 | | - 'count' => 1, |
962 | | - 'path' => __DIR__ . '/system/Format/XMLFormatter.php', |
963 | | -]; |
964 | 939 | $ignoreErrors[] = [ |
965 | 940 | 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CLIRequest\\:\\:parseCommand\\(\\) has no return type specified\\.$#', |
966 | 941 | 'count' => 1, |
|
1151 | 1126 | 'count' => 4, |
1152 | 1127 | 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1153 | 1128 | ]; |
1154 | | -$ignoreErrors[] = [ |
1155 | | - 'message' => '#^Method CodeIgniter\\\\Log\\\\Exceptions\\\\LogException\\:\\:forInvalidLogLevel\\(\\) has no return type specified\\.$#', |
1156 | | - 'count' => 1, |
1157 | | - 'path' => __DIR__ . '/system/Log/Exceptions/LogException.php', |
1158 | | -]; |
1159 | | -$ignoreErrors[] = [ |
1160 | | - 'message' => '#^Method CodeIgniter\\\\Log\\\\Exceptions\\\\LogException\\:\\:forInvalidMessageType\\(\\) has no return type specified\\.$#', |
1161 | | - 'count' => 1, |
1162 | | - 'path' => __DIR__ . '/system/Log/Exceptions/LogException.php', |
1163 | | -]; |
1164 | | -$ignoreErrors[] = [ |
1165 | | - 'message' => '#^Method CodeIgniter\\\\Log\\\\Handlers\\\\ChromeLoggerHandler\\:\\:sendLogs\\(\\) has no return type specified\\.$#', |
1166 | | - 'count' => 1, |
1167 | | - 'path' => __DIR__ . '/system/Log/Handlers/ChromeLoggerHandler.php', |
1168 | | -]; |
1169 | 1129 | $ignoreErrors[] = [ |
1170 | 1130 | 'message' => '#^Method CodeIgniter\\\\Model\\:\\:chunk\\(\\) has parameter \\$userFunc with no signature specified for Closure\\.$#', |
1171 | 1131 | 'count' => 1, |
|
0 commit comments