From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- includes/filebackend/FileOpBatch.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/filebackend/FileOpBatch.php') diff --git a/includes/filebackend/FileOpBatch.php b/includes/filebackend/FileOpBatch.php index fc51d78a..785c0bc9 100644 --- a/includes/filebackend/FileOpBatch.php +++ b/includes/filebackend/FileOpBatch.php @@ -51,7 +51,7 @@ class FileOpBatch { * * @param array $performOps List of FileOp operations * @param array $opts Batch operation options - * @param $journal FileJournal Journal to log operations to + * @param FileJournal $journal Journal to log operations to * @return Status */ public static function attempt( array $performOps, array $opts, FileJournal $journal ) { @@ -145,8 +145,8 @@ class FileOpBatch { * within any given sub-batch do not depend on each other. * This will abort remaining ops on failure. * - * @param $pPerformOps Array - * @param $status Status + * @param Array $pPerformOps + * @param Status $status * @return bool Success */ protected static function runParallelBatches( array $pPerformOps, Status $status ) { -- cgit v1.2.2