From 652fdc09b764c17a48e90ed19e700dd305be5bcf Mon Sep 17 00:00:00 2001 From: withoutaname Date: Sun, 4 May 2014 22:17:11 -0700 Subject: [PATCH] Fix typos in WikitextContent.php Fix typos in documentation for /core/includes/content/WikitextContent.php Change-Id: Idc0d4d9101309cea858473c86a4b12cf6e5f5ee4 --- includes/content/WikitextContent.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1