X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=blobdiff_plain;f=includes%2Ftitle%2FTitleFormatter.php;h=aad83769c8d2a538b6e8ca7e2f7dc968ab11c33b;hb=958167760104b037db7db0a3c64e248052217759;hp=ea58b1e3292ffbccb59c4262cc463d690dcca4bc;hpb=36742e0ec50c3c92929067f36801d31a0f93d48e;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 */