Merge "Warn if stateful ParserOutput transforms are used"
[lhc/web/wiklou.git] / includes / content / TextContent.php
index e5a9f90..71f65b3 100644 (file)
@@ -236,7 +236,7 @@ class TextContent extends AbstractContent {
         *
         * @param Title $title Context title for parsing
         * @param int $revId Revision ID (for {{REVISIONID}})
-        * @param ParserOptions $options Parser options
+        * @param ParserOptions $options
         * @param bool $generateHtml Whether or not to generate HTML
         * @param ParserOutput &$output The output object to fill (reference).
         */