aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/AnnotationBundle
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/AnnotationBundle')
-rw-r--r--src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
index d999dc0f..c81a2614 100644
--- a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
+++ b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
@@ -109,9 +109,9 @@ class AnnotationRepository extends EntityRepository
109 109
110 /** 110 /**
111 * Remove all annotations for a user id. 111 * Remove all annotations for a user id.
112 * Used when a user want to reset all informations 112 * Used when a user want to reset all informations.
113 * 113 *
114 * @param int $userId 114 * @param int $userId
115 */ 115 */
116 public function removeAllByUserId($userId) 116 public function removeAllByUserId($userId)
117 { 117 {