Merge "Rollback transaction in case of uncaught exceptions during job"
[lhc/web/wiklou.git] / includes / api / ApiQueryRecentChanges.php
index 30dd741..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
         */
@@ -892,7 +892,7 @@ class ApiQueryRecentChanges extends ApiQueryGeneratorBase {
        }
 
        public function getDescription() {
-               return 'Enumerate recent changes';
+               return 'Enumerate recent changes.';
        }
 
        public function getPossibleErrors() {