X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftitle%2FTitleFormatter.php;h=8859066aa5062dd97a22108c943bdb0ca96b042e;hb=4356572546b2b4e8eefda9bf10943ba1b12526b9;hp=4551d75a513d2e67bf0c0e7b7e32bb39c870e435;hpb=8a4a8a8dcbaf454c9f64cd8b5ba90704d7721500;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/TitleFormatter.php b/includes/title/TitleFormatter.php index 4551d75a51..8859066aa5 100644 --- a/includes/title/TitleFormatter.php +++ b/includes/title/TitleFormatter.php @@ -50,7 +50,7 @@ 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 Consider using LinkTarget::getText() directly, it's identical. * * @param LinkTarget $title The title to format *