Merge "Rollback transaction in case of uncaught exceptions during job"
[lhc/web/wiklou.git] / includes / api / ApiQueryRecentChanges.php
index 0284916..79a8dc9 100644 (file)
@@ -69,8 +69,8 @@ class ApiQueryRecentChanges extends ApiQueryGeneratorBase {
        }
 
        /**
-        * @param  $pageid
-        * @param  $title
+        * @param $pageid
+        * @param $title
         * @param $rc RecentChange (optional)
         * @return bool|string
         */