From 9bf83f1fb8d588b871a5d12289179de087756d02 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 25 Jun 2016 19:25:50 +0200 Subject: CS --- src/Wallabag/CoreBundle/Repository/EntryRepository.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Wallabag/CoreBundle/Repository') diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php index 63c4c3be..fada40bb 100644 --- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php +++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php @@ -223,13 +223,13 @@ class EntryRepository extends EntityRepository } /** - * Remove tags from all user entries + * Remove tags from all user entries. * - * @param int $userId + * @param int $userId * @param Array $tags */ - - public function removeTags($userId, $tags) { + public function removeTags($userId, $tags) + { foreach ($tags as $tag) { $this->removeTag($userId, $tag); } -- cgit v1.2.3