This commit is contained in:
Jeremy Benoist
2016-10-08 11:14:09 +02:00
parent ca8b49f46e
commit 8c61fd12b1
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)
{