X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FcleanupUploadStash.php;h=b4bfff009f391e925c0faa41b02518bcd63f020b;hp=d255348374b38efef227ac3c5188c9a3039aebb7;hb=a253c6d56cfa524f52379b8bf79bd4cd40143285;hpb=695d7c28fe7036e9988ce92908185ebc41238296 diff --git a/maintenance/cleanupUploadStash.php b/maintenance/cleanupUploadStash.php index d255348374..b4bfff009f 100644 --- a/maintenance/cleanupUploadStash.php +++ b/maintenance/cleanupUploadStash.php @@ -147,6 +147,7 @@ class CleanupUploadStash extends Maintenance { protected function doOperations( FileRepo $tempRepo, array $ops ) { $status = $tempRepo->getBackend()->doQuickOperations( $ops ); if ( !$status->isOK() ) { + // @phan-suppress-next-line PhanUndeclaredMethod $this->error( print_r( $status->getErrorsArray(), true ) ); } }