X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftitle%2FTitleFormatter.php;h=aad83769c8d2a538b6e8ca7e2f7dc968ab11c33b;hb=bf4a0020de0809db7f1677bb664b258e24e5c762;hp=ea58b1e3292ffbccb59c4262cc463d690dcca4bc;hpb=05b8af8b91dac965c67571668187d1dc2511ae03;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/TitleFormatter.php b/includes/title/TitleFormatter.php index ea58b1e329..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 { /** @@ -48,9 +49,9 @@ interface TitleFormatter { /** * Returns the title text formatted for display, without namespace of fragment. * - * @note: Only minimal normalization is applied. Consider using TitleValue::getText() directly. + * @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 */