aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/AnnotationBundle
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-08 11:14:09 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-22 13:13:07 +0200
commit8c61fd12b1df50d481e9f82c39521cca7b8ad060 (patch)
tree877e849dda40dd7652ef650b1255c370c0627066 /src/Wallabag/AnnotationBundle
parentca8b49f46e9e45875ef0f9dc88a8315489152e82 (diff)
downloadwallabag-8c61fd12b1df50d481e9f82c39521cca7b8ad060.tar.gz
wallabag-8c61fd12b1df50d481e9f82c39521cca7b8ad060.tar.zst
wallabag-8c61fd12b1df50d481e9f82c39521cca7b8ad060.zip
CS
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 {