Add missing & to @param documentation to match functon call
[lhc/web/wiklou.git] / includes / content / JsonContent.php
index 14c8182..2f45547 100644 (file)
@@ -96,7 +96,7 @@ class JsonContent extends TextContent {
         * @param int $revId
         * @param ParserOptions $options
         * @param bool $generateHtml
-        * @param ParserOutput $output
+        * @param ParserOutput &$output
         */
        protected function fillParserOutput( Title $title, $revId,
                ParserOptions $options, $generateHtml, ParserOutput &$output