diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-08 11:14:09 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-22 13:13:07 +0200 |
commit | 8c61fd12b1df50d481e9f82c39521cca7b8ad060 (patch) | |
tree | 877e849dda40dd7652ef650b1255c370c0627066 /src/Wallabag/AnnotationBundle | |
parent | ca8b49f46e9e45875ef0f9dc88a8315489152e82 (diff) | |
download | wallabag-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.php | 4 |
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 | { |