]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
fix docblock
authorChristian Weiske <cweiske@cweiske.de>
Thu, 24 Mar 2011 07:45:03 +0000 (08:45 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 24 Mar 2011 07:45:03 +0000 (08:45 +0100)
src/SemanticScuttle/Service/Bookmark2Tag.php

index 478b47edba88bf48d4e1e3d7842c4094d16eaab8..83a8aed71d4a8947fbd7fe0567a4f1135ce61dda 100644 (file)
@@ -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'.