|
1176 | 1176 | 'count' => 1, |
1177 | 1177 | 'path' => __DIR__ . '/system/I18n/TimeLegacy.php', |
1178 | 1178 | ]; |
1179 | | -$ignoreErrors[] = [ |
1180 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forEXIFUnsupported\\(\\) has no return type specified\\.$#', |
1181 | | - 'count' => 1, |
1182 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1183 | | -]; |
1184 | | -$ignoreErrors[] = [ |
1185 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forFileNotSupported\\(\\) has no return type specified\\.$#', |
1186 | | - 'count' => 1, |
1187 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1188 | | -]; |
1189 | | -$ignoreErrors[] = [ |
1190 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forImageProcessFailed\\(\\) has no return type specified\\.$#', |
1191 | | - 'count' => 1, |
1192 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1193 | | -]; |
1194 | | -$ignoreErrors[] = [ |
1195 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidDirection\\(\\) has no return type specified\\.$#', |
1196 | | - 'count' => 1, |
1197 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1198 | | -]; |
1199 | | -$ignoreErrors[] = [ |
1200 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidImageCreate\\(\\) 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\\:\\:forInvalidImageLibraryPath\\(\\) 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\\:\\:forInvalidPath\\(\\) 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\\:\\:forMissingAngle\\(\\) 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\\:\\:forMissingImage\\(\\) 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\\:\\:forSaveFailed\\(\\) has no return type specified\\.$#', |
1226 | | - 'count' => 1, |
1227 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1228 | | -]; |
1229 | | -$ignoreErrors[] = [ |
1230 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:_text\\(\\) has no return type specified\\.$#', |
1231 | | - 'count' => 1, |
1232 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1233 | | -]; |
1234 | | -$ignoreErrors[] = [ |
1235 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:ensureResource\\(\\) has no return type specified\\.$#', |
1236 | | - 'count' => 1, |
1237 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1238 | | -]; |
1239 | | -$ignoreErrors[] = [ |
1240 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:reproportion\\(\\) has no return type specified\\.$#', |
1241 | | - 'count' => 1, |
1242 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1243 | | -]; |
1244 | 1179 | $ignoreErrors[] = [ |
1245 | 1180 | 'message' => '#^Property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$image \\(CodeIgniter\\\\Images\\\\Image\\) in empty\\(\\) is not falsy\\.$#', |
1246 | 1181 | 'count' => 1, |
|
1251 | 1186 | 'count' => 2, |
1252 | 1187 | 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1253 | 1188 | ]; |
1254 | | -$ignoreErrors[] = [ |
1255 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:_text\\(\\) has no return type specified\\.$#', |
1256 | | - 'count' => 1, |
1257 | | - 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1258 | | -]; |
1259 | | -$ignoreErrors[] = [ |
1260 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:ensureResource\\(\\) has no return type specified\\.$#', |
1261 | | - 'count' => 1, |
1262 | | - 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1263 | | -]; |
1264 | | -$ignoreErrors[] = [ |
1265 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:supportedFormatCheck\\(\\) has no return type specified\\.$#', |
1266 | | - 'count' => 1, |
1267 | | - 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1268 | | -]; |
1269 | 1189 | $ignoreErrors[] = [ |
1270 | 1190 | '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\\.$#', |
1271 | 1191 | 'count' => 1, |
|
1301 | 1221 | 'count' => 1, |
1302 | 1222 | 'path' => __DIR__ . '/system/Model.php', |
1303 | 1223 | ]; |
1304 | | -$ignoreErrors[] = [ |
1305 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Exceptions\\\\PagerException\\:\\:forInvalidPaginationGroup\\(\\) has no return type specified\\.$#', |
1306 | | - 'count' => 1, |
1307 | | - 'path' => __DIR__ . '/system/Pager/Exceptions/PagerException.php', |
1308 | | -]; |
1309 | | -$ignoreErrors[] = [ |
1310 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Exceptions\\\\PagerException\\:\\:forInvalidTemplate\\(\\) has no return type specified\\.$#', |
1311 | | - 'count' => 1, |
1312 | | - 'path' => __DIR__ . '/system/Pager/Exceptions/PagerException.php', |
1313 | | -]; |
1314 | | -$ignoreErrors[] = [ |
1315 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Pager\\:\\:calculateCurrentPage\\(\\) has no return type specified\\.$#', |
1316 | | - 'count' => 1, |
1317 | | - 'path' => __DIR__ . '/system/Pager/Pager.php', |
1318 | | -]; |
1319 | | -$ignoreErrors[] = [ |
1320 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Pager\\:\\:ensureGroup\\(\\) has no return type specified\\.$#', |
1321 | | - 'count' => 1, |
1322 | | - 'path' => __DIR__ . '/system/Pager/Pager.php', |
1323 | | -]; |
1324 | | -$ignoreErrors[] = [ |
1325 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\PagerRenderer\\:\\:updatePages\\(\\) has no return type specified\\.$#', |
1326 | | - 'count' => 1, |
1327 | | - 'path' => __DIR__ . '/system/Pager/PagerRenderer.php', |
1328 | | -]; |
1329 | | -$ignoreErrors[] = [ |
1330 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Exceptions\\\\PublisherException\\:\\:forCollision\\(\\) has no return type specified\\.$#', |
1331 | | - 'count' => 1, |
1332 | | - 'path' => __DIR__ . '/system/Publisher/Exceptions/PublisherException.php', |
1333 | | -]; |
1334 | | -$ignoreErrors[] = [ |
1335 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Exceptions\\\\PublisherException\\:\\:forDestinationNotAllowed\\(\\) has no return type specified\\.$#', |
1336 | | - 'count' => 1, |
1337 | | - 'path' => __DIR__ . '/system/Publisher/Exceptions/PublisherException.php', |
1338 | | -]; |
1339 | | -$ignoreErrors[] = [ |
1340 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Exceptions\\\\PublisherException\\:\\:forFileNotAllowed\\(\\) has no return type specified\\.$#', |
1341 | | - 'count' => 1, |
1342 | | - 'path' => __DIR__ . '/system/Publisher/Exceptions/PublisherException.php', |
1343 | | -]; |
1344 | | -$ignoreErrors[] = [ |
1345 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Publisher\\:\\:verifyAllowed\\(\\) has no return type specified\\.$#', |
1346 | | - 'count' => 1, |
1347 | | - 'path' => __DIR__ . '/system/Publisher/Publisher.php', |
1348 | | -]; |
1349 | | -$ignoreErrors[] = [ |
1350 | | - 'message' => '#^Method CodeIgniter\\\\RESTful\\\\BaseResource\\:\\:initController\\(\\) has no return type specified\\.$#', |
1351 | | - 'count' => 1, |
1352 | | - 'path' => __DIR__ . '/system/RESTful/BaseResource.php', |
1353 | | -]; |
1354 | | -$ignoreErrors[] = [ |
1355 | | - 'message' => '#^Method CodeIgniter\\\\RESTful\\\\BaseResource\\:\\:setModel\\(\\) has no return type specified\\.$#', |
1356 | | - 'count' => 1, |
1357 | | - 'path' => __DIR__ . '/system/RESTful/BaseResource.php', |
1358 | | -]; |
1359 | 1224 | $ignoreErrors[] = [ |
1360 | 1225 | 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:setDirectory\\(\\) has no return type specified\\.$#', |
1361 | 1226 | 'count' => 1, |
|
0 commit comments