|
1321 | 1321 | 'count' => 1, |
1322 | 1322 | 'path' => __DIR__ . '/system/Model.php', |
1323 | 1323 | ]; |
1324 | | -$ignoreErrors[] = [ |
1325 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Exceptions\\\\PagerException\\:\\:forInvalidPaginationGroup\\(\\) has no return type specified\\.$#', |
1326 | | - 'count' => 1, |
1327 | | - 'path' => __DIR__ . '/system/Pager/Exceptions/PagerException.php', |
1328 | | -]; |
1329 | | -$ignoreErrors[] = [ |
1330 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Exceptions\\\\PagerException\\:\\:forInvalidTemplate\\(\\) has no return type specified\\.$#', |
1331 | | - 'count' => 1, |
1332 | | - 'path' => __DIR__ . '/system/Pager/Exceptions/PagerException.php', |
1333 | | -]; |
1334 | | -$ignoreErrors[] = [ |
1335 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Pager\\:\\:calculateCurrentPage\\(\\) has no return type specified\\.$#', |
1336 | | - 'count' => 1, |
1337 | | - 'path' => __DIR__ . '/system/Pager/Pager.php', |
1338 | | -]; |
1339 | | -$ignoreErrors[] = [ |
1340 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Pager\\:\\:ensureGroup\\(\\) has no return type specified\\.$#', |
1341 | | - 'count' => 1, |
1342 | | - 'path' => __DIR__ . '/system/Pager/Pager.php', |
1343 | | -]; |
1344 | | -$ignoreErrors[] = [ |
1345 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\PagerRenderer\\:\\:updatePages\\(\\) has no return type specified\\.$#', |
1346 | | - 'count' => 1, |
1347 | | - 'path' => __DIR__ . '/system/Pager/PagerRenderer.php', |
1348 | | -]; |
1349 | | -$ignoreErrors[] = [ |
1350 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Exceptions\\\\PublisherException\\:\\:forCollision\\(\\) has no return type specified\\.$#', |
1351 | | - 'count' => 1, |
1352 | | - 'path' => __DIR__ . '/system/Publisher/Exceptions/PublisherException.php', |
1353 | | -]; |
1354 | | -$ignoreErrors[] = [ |
1355 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Exceptions\\\\PublisherException\\:\\:forDestinationNotAllowed\\(\\) has no return type specified\\.$#', |
1356 | | - 'count' => 1, |
1357 | | - 'path' => __DIR__ . '/system/Publisher/Exceptions/PublisherException.php', |
1358 | | -]; |
1359 | | -$ignoreErrors[] = [ |
1360 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Exceptions\\\\PublisherException\\:\\:forFileNotAllowed\\(\\) has no return type specified\\.$#', |
1361 | | - 'count' => 1, |
1362 | | - 'path' => __DIR__ . '/system/Publisher/Exceptions/PublisherException.php', |
1363 | | -]; |
1364 | | -$ignoreErrors[] = [ |
1365 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Publisher\\:\\:verifyAllowed\\(\\) has no return type specified\\.$#', |
1366 | | - 'count' => 1, |
1367 | | - 'path' => __DIR__ . '/system/Publisher/Publisher.php', |
1368 | | -]; |
1369 | | -$ignoreErrors[] = [ |
1370 | | - 'message' => '#^Method CodeIgniter\\\\RESTful\\\\BaseResource\\:\\:initController\\(\\) has no return type specified\\.$#', |
1371 | | - 'count' => 1, |
1372 | | - 'path' => __DIR__ . '/system/RESTful/BaseResource.php', |
1373 | | -]; |
1374 | | -$ignoreErrors[] = [ |
1375 | | - 'message' => '#^Method CodeIgniter\\\\RESTful\\\\BaseResource\\:\\:setModel\\(\\) has no return type specified\\.$#', |
1376 | | - 'count' => 1, |
1377 | | - 'path' => __DIR__ . '/system/RESTful/BaseResource.php', |
1378 | | -]; |
1379 | 1324 | $ignoreErrors[] = [ |
1380 | 1325 | 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:setDirectory\\(\\) has no return type specified\\.$#', |
1381 | 1326 | 'count' => 1, |
|
0 commit comments