X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftitle%2FTitleParser.php;h=8569735e82b287c725aa9d35b401050b7b48f757;hb=1fcc6632da767edfb9035b0eecc80a2413a77bb3;hp=ddffed678911aaeba820d55f580935c9481d15a9;hpb=b8010e74a998aa38a3a84f2cf2ea6dcc0cee167b;p=lhc%2Fweb%2Fwiklou.git 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! *