X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftitle%2FTitleFormatter.php;h=aad83769c8d2a538b6e8ca7e2f7dc968ab11c33b;hb=bf4a0020de0809db7f1677bb664b258e24e5c762;hp=cb28028ab34ec1752d8430546763d12b83f10751;hpb=4ef4a0710578bf9f1f6755a5ae3a1edfc38a8f81;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/TitleFormatter.php b/includes/title/TitleFormatter.php index cb28028ab3..aad83769c8 100644 --- a/includes/title/TitleFormatter.php +++ b/includes/title/TitleFormatter.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 TitleFormatter { /** @@ -50,7 +51,7 @@ interface TitleFormatter { * * @note Only minimal normalization is applied. Consider using TitleValue::getText() directly. * - * @param TitleValue $title the title to format + * @param TitleValue $title The title to format * * @return string */ @@ -59,7 +60,7 @@ interface TitleFormatter { /** * Returns the title formatted for display, including the namespace name. * - * @param TitleValue $title the title to format + * @param TitleValue $title The title to format * * @return string */ @@ -68,7 +69,7 @@ interface TitleFormatter { /** * Returns the title formatted for display, with namespace and fragment. * - * @param TitleValue $title the title to format + * @param TitleValue $title The title to format * * @return string */