aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index 8704a2a6..5df5eff5 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -332,9 +332,9 @@ class EntryRepository extends EntityRepository
332 332
333 /** 333 /**
334 * Remove all entries for a user id. 334 * Remove all entries for a user id.
335 * Used when a user want to reset all informations 335 * Used when a user want to reset all informations.
336 * 336 *
337 * @param int $userId 337 * @param int $userId
338 */ 338 */
339 public function removeAllByUserId($userId) 339 public function removeAllByUserId($userId)
340 { 340 {