Remove colon after @deprecated/@param/@todo/@note
[lhc/web/wiklou.git] / includes / title / TitleFormatter.php
index 263f547..cb28028 100644 (file)
@@ -31,7 +31,6 @@
  * @see https://www.mediawiki.org/wiki/Requests_for_comment/TitleValue
  */
 interface TitleFormatter {
-
        /**
         * Returns the title formatted for display.
         * Per default, this includes the namespace but not the fragment.
@@ -49,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
         *