Add missing & to @param documentation to match functon call
[lhc/web/wiklou.git] / includes / Linker.php
index 2ca851c..34cc49a 100644 (file)
@@ -1350,7 +1350,7 @@ class Linker {
        /**
         * @param Title $contextTitle
         * @param string $target
-        * @param string $text
+        * @param string &$text
         * @return string
         */
        public static function normalizeSubpageLink( $contextTitle, $target, &$text ) {