Merge "Fix exception while bubbling titles"
[lhc/web/wiklou.git] / tests / phpunit / maintenance / DumpTestCase.php
index 45d5ea8..8b6aef5 100644 (file)
@@ -31,7 +31,7 @@ abstract class DumpTestCase extends MediaWikiLangTestCase {
         * @param Page $page Page to add the revision to
         * @param string $text Revisions text
         * @param string $summary Revisions summare
-        *
+        * @return array
         * @throws MWException
         */
        protected function addRevision( Page $page, $text, $summary ) {