From: withoutaname Date: Mon, 5 May 2014 05:17:11 +0000 (-0700) Subject: Fix typos in WikitextContent.php X-Git-Tag: 1.31.0-rc.0~15892^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=652fdc09b764c17a48e90ed19e700dd305be5bcf;p=lhc%2Fweb%2Fwiklou.git Fix typos in WikitextContent.php Fix typos in documentation for /core/includes/content/WikitextContent.php Change-Id: Idc0d4d9101309cea858473c86a4b12cf6e5f5ee4 --- diff --git a/includes/content/WikitextContent.php b/includes/content/WikitextContent.php index 13ef1b96db..9b1a3c790a 100644 --- a/includes/content/WikitextContent.php +++ b/includes/content/WikitextContent.php @@ -315,9 +315,10 @@ class WikitextContent extends TextContent { * * @since 1.21 * - * @param Title $title * @param int $revId Revision to pass to the parser (default: null) + * @param Title $title + * @param int $revId Revision to pass to the parser (default: null) * @param ParserOptions $options (default: null) - * @param bool $generateHtml (default: false) + * @param bool $generateHtml (default: true) * @internal param \IContextSource|null $context * * @return ParserOutput Representing the HTML form of the text