From: Nicolas LÅ“uillet Date: Tue, 10 Feb 2015 11:14:09 +0000 (+0100) Subject: change phpdoc X-Git-Tag: 2.0.0-alpha.0~82^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=11204db45a378e6679abff2f75e6533e780d1a99;p=github%2Fwallabag%2Fwallabag.git change phpdoc --- diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php index a33d698d..836a2edd 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 ArrayCollection + * @return Entry */ public function findEntries($userId, $isArchived = null, $isStarred = null, $isDeleted = null, $sort = 'created', $order = 'ASC') {