X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fcontent%2FTextContent.php;h=5f585bc98abeef758bded9ef38bdb02d4e5f9556;hp=7bb4def2a6c555742b1563802de6b12d292851bd;hb=e7720b8f8e09287384ddee271641d1b1721318bb;hpb=e758226c91935a1df2b6fd3ed1f18922d8bfb45b diff --git a/includes/content/TextContent.php b/includes/content/TextContent.php index 7bb4def2a6..5f585bc98a 100644 --- a/includes/content/TextContent.php +++ b/includes/content/TextContent.php @@ -157,7 +157,7 @@ class TextContent extends AbstractContent { * changes. * * @since 1.28 - * @param $text + * @param string $text * @return string */ public static function normalizeLineEndings( $text ) { @@ -233,7 +233,7 @@ class TextContent extends AbstractContent { * @param int $revId Revision ID (for {{REVISIONID}}) * @param ParserOptions $options Parser options * @param bool $generateHtml Whether or not to generate HTML - * @param ParserOutput $output The output object to fill (reference). + * @param ParserOutput &$output The output object to fill (reference). */ protected function fillParserOutput( Title $title, $revId, ParserOptions $options, $generateHtml, ParserOutput &$output