diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-10 12:14:09 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-10 12:14:09 +0100 |
commit | 11204db45a378e6679abff2f75e6533e780d1a99 (patch) | |
tree | fdf5c9166903711aa94a097ce2178d1238fef582 /src | |
parent | eaf95758dc3ebc0e666a8317cd37311f03cd2233 (diff) | |
download | wallabag-11204db45a378e6679abff2f75e6533e780d1a99.tar.gz wallabag-11204db45a378e6679abff2f75e6533e780d1a99.tar.zst wallabag-11204db45a378e6679abff2f75e6533e780d1a99.zip |
change phpdoc
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Repository/EntryRepository.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
98 | * @param string $sort | 98 | * @param string $sort |
99 | * @param string $order | 99 | * @param string $order |
100 | * | 100 | * |
101 | * @return ArrayCollection | 101 | * @return Entry |
102 | */ | 102 | */ |
103 | public function findEntries($userId, $isArchived = null, $isStarred = null, $isDeleted = null, $sort = 'created', $order = 'ASC') | 103 | public function findEntries($userId, $isArchived = null, $isStarred = null, $isDeleted = null, $sort = 'created', $order = 'ASC') |
104 | { | 104 | { |