aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:07:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:07:39 +0100
commit2a94b1d1b74b4e776e76a522621b67b45d115fe7 (patch)
tree3f4a99b890bb4ec1a7f84d131e7ead2323cc2438 /src/Wallabag/CoreBundle/Repository/EntryRepository.php
parent0ac38198ab1c00dfb290d5631fa7c1cf5ac2a48a (diff)
downloadwallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.gz
wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.zst
wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.zip
log for authentication on API
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index 5ae1337a..1805cf3f 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -91,12 +91,12 @@ class EntryRepository extends EntityRepository
91 /** 91 /**
92 * Find Entries 92 * Find Entries
93 * 93 *
94 * @param int $userId 94 * @param int $userId
95 * @param bool $isArchived 95 * @param bool $isArchived
96 * @param bool $isStarred 96 * @param bool $isStarred
97 * @param bool $isDeleted 97 * @param bool $isDeleted
98 * @param string $sort 98 * @param string $sort
99 * @param string $order 99 * @param string $order
100 * 100 *
101 * @return ArrayCollection 101 * @return ArrayCollection
102 */ 102 */