aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-03-24 08:45:03 +0100
committerChristian Weiske <cweiske@cweiske.de>2011-03-24 08:45:03 +0100
commit0f481a99ea1dea8ec993c37f0613a48f97463e6b (patch)
treec9203e8c982a2e00eefad7f339f5fb158f1beb27 /src
parent3828cfe6d6bb64df763276fa2bc2c4da6ccb06dd (diff)
downloadsemanticscuttle-0f481a99ea1dea8ec993c37f0613a48f97463e6b.tar.gz
semanticscuttle-0f481a99ea1dea8ec993c37f0613a48f97463e6b.tar.bz2
fix docblock
Diffstat (limited to 'src')
-rw-r--r--src/SemanticScuttle/Service/Bookmark2Tag.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SemanticScuttle/Service/Bookmark2Tag.php b/src/SemanticScuttle/Service/Bookmark2Tag.php
index 478b47e..83a8aed 100644
--- a/src/SemanticScuttle/Service/Bookmark2Tag.php
+++ b/src/SemanticScuttle/Service/Bookmark2Tag.php
@@ -465,7 +465,7 @@ class SemanticScuttle_Service_Bookmark2Tag extends SemanticScuttle_DbService
* tags for, tags of private bookmarks are
* returned.
* @param integer $days Bookmarks have to be changed in the last X days
- * if their tags shall count*
+ * if their tags shall count
*
* @return array Array of found tags. Each tag entry is an array with two keys,
* 'tag' (tag name) and 'bCount'.
@@ -496,7 +496,7 @@ class SemanticScuttle_Service_Bookmark2Tag extends SemanticScuttle_DbService
* If set, that user is added to the list of
* people to get the tags from
* @param integer $days Bookmarks have to be changed in the last X days
- * if their tags shall count*
+ * if their tags shall count
*
* @return array Array of found tags. Each tag entry is an array with two keys,
* 'tag' (tag name) and 'bCount'.
@@ -532,7 +532,7 @@ class SemanticScuttle_Service_Bookmark2Tag extends SemanticScuttle_DbService
* tags for, tags of private bookmarks are
* returned.
* @param integer $days Bookmarks have to be changed in the last X days
- * if their tags shall count*
+ * if their tags shall count
*
* @return array Array of found tags. Each tag entry is an array with two keys,
* 'tag' (tag name) and 'bCount'.