Merge "Linker: Document parseComment() as returning HTML"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 13 Oct 2018 05:23:43 +0000 (05:23 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 13 Oct 2018 05:23:43 +0000 (05:23 +0000)
includes/Linker.php

index da8daf4..a3fba83 100644 (file)
@@ -1083,7 +1083,7 @@ class Linker {
         * @param string|null $wikiId Id (as used by WikiMap) of the wiki to generate links to.
         *  For use with external changes.
         *
-        * @return mixed|string
+        * @return string HTML
         */
        public static function formatComment(
                $comment, $title = null, $local = false, $wikiId = null