From: Nicolas LÅ“uillet Date: Tue, 10 Feb 2015 12:53:00 +0000 (+0100) Subject: findEntries returns array X-Git-Tag: 2.0.0-alpha.0~82^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=017e20895f6d731b2b8fd7cee0cd954eb7e96145;p=github%2Fwallabag%2Fwallabag.git findEntries returns array --- diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php index 836a2edd..abf01930 100644 --- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php +++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php @@ -98,7 +98,7 @@ class EntryRepository extends EntityRepository * @param string $sort * @param string $order * - * @return Entry + * @return array */ public function findEntries($userId, $isArchived = null, $isStarred = null, $isDeleted = null, $sort = 'created', $order = 'ASC') {