X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftitle%2FTitleParser.php;h=381b1d09dd5f7d56d69e0b0cab908a3724aba4f6;hb=fc6d8a9cdb90e753ea05f2da9b32148456ecccc1;hp=d5486639fc8bd5f6bf10deaeae1b2987d4cc6238;hpb=166191535f486569277e95b7e6a3850b5db6757d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/TitleParser.php b/includes/title/TitleParser.php index d5486639fc..381b1d09dd 100644 --- a/includes/title/TitleParser.php +++ b/includes/title/TitleParser.php @@ -29,6 +29,7 @@ * forms to be used in the database, in urls, in wikitext, etc. * * @see https://www.mediawiki.org/wiki/Requests_for_comment/TitleValue + * @since 1.23 */ interface TitleParser { /** @@ -37,8 +38,8 @@ interface TitleParser { * * @note this only parses local page links, interwiki-prefixes etc. are not considered! * - * @param string $text the text to parse - * @param int $defaultNamespace namespace to assume per default (usually NS_MAIN) + * @param string $text The text to parse + * @param int $defaultNamespace Namespace to assume per default (usually NS_MAIN) * * @throws MalformedTitleException If the text is not a valid representation of a page title. * @return TitleValue