|
1196 | 1196 | 'count' => 1, |
1197 | 1197 | 'path' => __DIR__ . '/system/I18n/TimeLegacy.php', |
1198 | 1198 | ]; |
1199 | | -$ignoreErrors[] = [ |
1200 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forEXIFUnsupported\\(\\) has no return type specified\\.$#', |
1201 | | - 'count' => 1, |
1202 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1203 | | -]; |
1204 | | -$ignoreErrors[] = [ |
1205 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forFileNotSupported\\(\\) has no return type specified\\.$#', |
1206 | | - 'count' => 1, |
1207 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1208 | | -]; |
1209 | | -$ignoreErrors[] = [ |
1210 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forImageProcessFailed\\(\\) has no return type specified\\.$#', |
1211 | | - 'count' => 1, |
1212 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1213 | | -]; |
1214 | | -$ignoreErrors[] = [ |
1215 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidDirection\\(\\) has no return type specified\\.$#', |
1216 | | - 'count' => 1, |
1217 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1218 | | -]; |
1219 | | -$ignoreErrors[] = [ |
1220 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidImageCreate\\(\\) has no return type specified\\.$#', |
1221 | | - 'count' => 1, |
1222 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1223 | | -]; |
1224 | | -$ignoreErrors[] = [ |
1225 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidImageLibraryPath\\(\\) has no return type specified\\.$#', |
1226 | | - 'count' => 1, |
1227 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1228 | | -]; |
1229 | | -$ignoreErrors[] = [ |
1230 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidPath\\(\\) has no return type specified\\.$#', |
1231 | | - 'count' => 1, |
1232 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1233 | | -]; |
1234 | | -$ignoreErrors[] = [ |
1235 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forMissingAngle\\(\\) has no return type specified\\.$#', |
1236 | | - 'count' => 1, |
1237 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1238 | | -]; |
1239 | | -$ignoreErrors[] = [ |
1240 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forMissingImage\\(\\) has no return type specified\\.$#', |
1241 | | - 'count' => 1, |
1242 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1243 | | -]; |
1244 | | -$ignoreErrors[] = [ |
1245 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forSaveFailed\\(\\) has no return type specified\\.$#', |
1246 | | - 'count' => 1, |
1247 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1248 | | -]; |
1249 | | -$ignoreErrors[] = [ |
1250 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:_text\\(\\) has no return type specified\\.$#', |
1251 | | - 'count' => 1, |
1252 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1253 | | -]; |
1254 | | -$ignoreErrors[] = [ |
1255 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:ensureResource\\(\\) has no return type specified\\.$#', |
1256 | | - 'count' => 1, |
1257 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1258 | | -]; |
1259 | | -$ignoreErrors[] = [ |
1260 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:reproportion\\(\\) has no return type specified\\.$#', |
1261 | | - 'count' => 1, |
1262 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1263 | | -]; |
1264 | 1199 | $ignoreErrors[] = [ |
1265 | 1200 | 'message' => '#^Property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$image \\(CodeIgniter\\\\Images\\\\Image\\) in empty\\(\\) is not falsy\\.$#', |
1266 | 1201 | 'count' => 1, |
|
1271 | 1206 | 'count' => 2, |
1272 | 1207 | 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1273 | 1208 | ]; |
1274 | | -$ignoreErrors[] = [ |
1275 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:_text\\(\\) has no return type specified\\.$#', |
1276 | | - 'count' => 1, |
1277 | | - 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1278 | | -]; |
1279 | | -$ignoreErrors[] = [ |
1280 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:ensureResource\\(\\) has no return type specified\\.$#', |
1281 | | - 'count' => 1, |
1282 | | - 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1283 | | -]; |
1284 | | -$ignoreErrors[] = [ |
1285 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:supportedFormatCheck\\(\\) has no return type specified\\.$#', |
1286 | | - 'count' => 1, |
1287 | | - 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1288 | | -]; |
1289 | 1209 | $ignoreErrors[] = [ |
1290 | 1210 | 'message' => '#^PHPDoc type string\\|null of property CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:\\$resource is not covariant with PHPDoc type resource\\|null of overridden property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$resource\\.$#', |
1291 | 1211 | 'count' => 1, |
|
0 commit comments