summaryrefslogtreecommitdiffstats
path: root/businesslayer/itembusinesslayer.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:05:43 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:05:43 +0200
commit541318cb81710ef080b30cc790681ace773c11ac (patch)
tree74d3c0ae992e6c0b7887c1c5cfce2cc24ca64019 /businesslayer/itembusinesslayer.php
parenta72ed5f93f430ffb94ea87c5487e9e8ec0dd9642 (diff)
more fixes
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