Fix doxygen docs before REL1_19 branching
[lhc/web/wiklou.git] / maintenance / parse.php
index 82e6510..1d6448e 100644 (file)
@@ -88,7 +88,7 @@ class CLIParser extends Maintenance {
        }
 
        /**
-        * @param string $text Wikitext to parse
+        * @param string $wikitext Wikitext to parse
         * @return ParserOutput
         */
        protected function parse( $wikitext ) {