1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00
This commit is contained in:
Jeremy Benoist 2016-10-08 11:14:09 +02:00
parent ca8b49f46e
commit 8c61fd12b1
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
4 changed files with 10 additions and 9 deletions

View file

@ -109,9 +109,9 @@ class AnnotationRepository extends EntityRepository
/**
* Remove all annotations for a user id.
* Used when a user want to reset all informations
* Used when a user want to reset all informations.
*
* @param int $userId
* @param int $userId
*/
public function removeAllByUserId($userId)
{