summaryrefslogtreecommitdiffstats
path: root/lib/Service
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-01-07 07:03:10 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-01-08 22:45:10 +0100
commit67bbd6bfebc2d11002ff76b55a701b45dafe4149 (patch)
tree6eeccad19675fc186a82c9df85a3ebefdb3e202a /lib/Service
parent7180e11bdb3f27a1a282a137ca95279b39944b5b (diff)
fix the test
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'lib/Service')
-rw-r--r--lib/Service/ItemService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/ItemService.php b/lib/Service/ItemService.php
index 70f89cfc2..882e875c5 100644
--- a/lib/Service/ItemService.php
+++ b/lib/Service/ItemService.php
@@ -329,7 +329,7 @@ class ItemService extends Service
/**
* @param string $userId from which user the items should be taken
- * @return array of items which are starred or unread
+ * @return int of items which are starred or unread
*/
public function getUnreadOrStarred($userId)
{