aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index b543c5ae..e9351d85 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -92,6 +92,8 @@ class EntryRepository extends EntityRepository
92 * @param bool $isStarred 92 * @param bool $isStarred
93 * @param string $sort 93 * @param string $sort
94 * @param string $order 94 * @param string $order
95 * @param int $since
96 * @param string $tags
95 * 97 *
96 * @return array 98 * @return array
97 */ 99 */