aboutsummaryrefslogtreecommitdiffstats
path: root/includes/title/TitleValue.php
diff options
context:
space:
mode:
authorumherirrender <umherirrender_de.wp@web.de>2014-07-24 11:30:25 +0200
committerumherirrender <umherirrender_de.wp@web.de>2014-07-24 11:30:25 +0200
commit7ff005407edfb632b9683bae15745e237cd0e370 (patch)
tree48eeff73aeac96092b18ece0bb18ab184f27a543 /includes/title/TitleValue.php
parentd1d6cb7bc3a134cfd153ed7eb9fcdafa5c1fd193 (diff)
downloadmediawikicore-7ff005407edfb632b9683bae15745e237cd0e370.tar.gz
mediawikicore-7ff005407edfb632b9683bae15745e237cd0e370.zip
Remove colon after @deprecated/@param/@todo/@note
Change-Id: I4e66dad85eecf7e8e03ac760af900395e1bc11b6
Diffstat (limited to 'includes/title/TitleValue.php')
-rw-r--r--includes/title/TitleValue.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/title/TitleValue.php b/includes/title/TitleValue.php
index 73e1dc206321..402247c225a2 100644
--- a/includes/title/TitleValue.php
+++ b/includes/title/TitleValue.php
@@ -52,7 +52,7 @@ class TitleValue {
/**
* Constructs a TitleValue.
*
- * @note: TitleValue expects a valid DB key; typically, a TitleValue is constructed either
+ * @note TitleValue expects a valid DB key; typically, a TitleValue is constructed either
* from a database entry, or by a TitleParser. We could apply "some" normalization here,
* such as substituting spaces by underscores, but that would encourage the use of
* un-normalized text when constructing TitleValues. For constructing a TitleValue from
@@ -122,8 +122,8 @@ class TitleValue {
*
* This is computed from the DB key by replacing any underscores with spaces.
*
- * @note: To get a title string that includes the namespace and/or fragment,
- * use a TitleFormatter.
+ * @note To get a title string that includes the namespace and/or fragment,
+ * use a TitleFormatter.
*
* @return string
*/