From: Thiemo Kreuz Date: Tue, 7 May 2019 15:07:47 +0000 (+0200) Subject: title: Remove misplaced documentation from TitleParser X-Git-Tag: 1.34.0-rc.0~1741 X-Git-Url: http://git.cyclocoop.org/data/File:Image2.gif?a=commitdiff_plain;h=1fcc6632da767edfb9035b0eecc80a2413a77bb3;p=lhc%2Fweb%2Fwiklou.git title: Remove misplaced documentation from TitleParser There is no $form. Change-Id: I1468f8dbaceaa78e12d7c23170ceba1fbb2b129e --- diff --git a/includes/title/MediaWikiTitleCodec.php b/includes/title/MediaWikiTitleCodec.php index 31a022255c..778fb3f033 100644 --- a/includes/title/MediaWikiTitleCodec.php +++ b/includes/title/MediaWikiTitleCodec.php @@ -154,8 +154,7 @@ class MediaWikiTitleCodec implements TitleFormatter, TitleParser { } /** - * Parses the given text and constructs a TitleValue. Normalization - * is applied according to the rules appropriate for the form specified by $form. + * Parses the given text and constructs a TitleValue. * * @param string $text The text to parse * @param int $defaultNamespace Namespace to assume per default (usually NS_MAIN) diff --git a/includes/title/TitleParser.php b/includes/title/TitleParser.php index ddffed6789..8569735e82 100644 --- a/includes/title/TitleParser.php +++ b/includes/title/TitleParser.php @@ -32,8 +32,7 @@ */ interface TitleParser { /** - * Parses the given text and constructs a TitleValue. Normalization - * is applied according to the rules appropriate for the form specified by $form. + * Parses the given text and constructs a TitleValue. * * @note this only parses local page links, interwiki-prefixes etc. are not considered! *