diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2014-07-24 11:30:25 +0200 |
---|---|---|
committer | umherirrender <umherirrender_de.wp@web.de> | 2014-07-24 11:30:25 +0200 |
commit | 7ff005407edfb632b9683bae15745e237cd0e370 (patch) | |
tree | 48eeff73aeac96092b18ece0bb18ab184f27a543 /includes/title/TitleFormatter.php | |
parent | d1d6cb7bc3a134cfd153ed7eb9fcdafa5c1fd193 (diff) | |
download | mediawikicore-7ff005407edfb632b9683bae15745e237cd0e370.tar.gz mediawikicore-7ff005407edfb632b9683bae15745e237cd0e370.zip |
Remove colon after @deprecated/@param/@todo/@note
Change-Id: I4e66dad85eecf7e8e03ac760af900395e1bc11b6
Diffstat (limited to 'includes/title/TitleFormatter.php')
-rw-r--r-- | includes/title/TitleFormatter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/title/TitleFormatter.php b/includes/title/TitleFormatter.php index ea58b1e3292f..cb28028ab34e 100644 --- a/includes/title/TitleFormatter.php +++ b/includes/title/TitleFormatter.php @@ -48,7 +48,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 Only minimal normalization is applied. Consider using TitleValue::getText() directly. * * @param TitleValue $title the title to format * |