]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
change phpdoc
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 10 Feb 2015 11:14:09 +0000 (12:14 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 10 Feb 2015 11:14:09 +0000 (12:14 +0100)
src/Wallabag/CoreBundle/Repository/EntryRepository.php

index a33d698d847e76ea67192b8dcec78c53aa6686cf..836a2edd878541bc23d49b3c0c8e1aaeec4389d2 100644 (file)
@@ -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')
     {