summaryrefslogtreecommitdiffstats
path: root/businesslayer/itembusinesslayer.php
diff options
context:
space:
mode:
Diffstat (limited to 'businesslayer/itembusinesslayer.php')
-rw-r--r--businesslayer/itembusinesslayer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/businesslayer/itembusinesslayer.php b/businesslayer/itembusinesslayer.php
index d7b711af4..093df4436 100644
--- a/businesslayer/itembusinesslayer.php
+++ b/businesslayer/itembusinesslayer.php
@@ -39,7 +39,7 @@ class ItemBusinessLayer extends BusinessLayer {
/**
* Returns all new items
* @param int $id the id of the feed, 0 for starred or all items
- * @param FeedType $type the type of the feed
+ * @param int $type the type of the feed
* @param int $updatedSince a timestamp with the last modification date
* returns only items with a >= modified timestamp
* @param boolean $showAll if unread items should also be returned
@@ -70,7 +70,7 @@ class ItemBusinessLayer extends BusinessLayer {
/**
* Returns all items
* @param int $id the id of the feed, 0 for starred or all items
- * @param FeedType $type the type of the feed
+ * @param int $type the type of the feed
* @param int $limit how many items should be returned
* @param int $offset only items lower than this id are returned, 0 for no offset
* @param boolean $showAll if unread items should also be returned