title: Remove misplaced documentation from TitleParser
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Tue, 7 May 2019 15:07:47 +0000 (17:07 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 9 May 2019 16:00:42 +0000 (16:00 +0000)
There is no $form.

Change-Id: I1468f8dbaceaa78e12d7c23170ceba1fbb2b129e

includes/title/MediaWikiTitleCodec.php
includes/title/TitleParser.php

index 31a0222..778fb3f 100644 (file)
@@ -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)
index ddffed6..8569735 100644 (file)
@@ -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!
         *