summaryrefslogtreecommitdiffstats
path: root/lib/Service/ItemService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/ItemService.php')
-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 62a319346..8ba0a4b73 100644
--- a/lib/Service/ItemService.php
+++ b/lib/Service/ItemService.php
@@ -73,7 +73,7 @@ class ItemService extends Service
*
* @return array of items
*/
- public function findAllNew(?int $id, $type, $updatedSince, $showAll, $userId)
+ public function findAllNew(?int $id, $type, int $updatedSince, bool $showAll, string $userId)
{
switch ($type) {
case FeedType::FEED: