]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
findEntries returns array 1069/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 10 Feb 2015 12:53:00 +0000 (13:53 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 10 Feb 2015 12:53:00 +0000 (13:53 +0100)
src/Wallabag/CoreBundle/Repository/EntryRepository.php

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