aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php')
-rw-r--r--src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
index 23f21c3e..3af53805 100644
--- a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
+++ b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
@@ -124,9 +124,10 @@ class AnnotationRepository extends EntityRepository
124 } 124 }
125 125
126 /** 126 /**
127 * Find all annotations related to archived entries 127 * Find all annotations related to archived entries.
128 * 128 *
129 * @param $userId 129 * @param $userId
130 *
130 * @return mixed 131 * @return mixed
131 */ 132 */
132 public function findAllByArchivedEntriesAndUserId($userId) 133 public function findAllByArchivedEntriesAndUserId($userId)