From a442cc5ee723e7c12d67b97c4812c33be46bcd2f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 20 Feb 2018 16:50:14 +0100 Subject: [PATCH] CS Signed-off-by: Thomas Citharel --- app/classes/Framadate/Services/PollService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/classes/Framadate/Services/PollService.php b/app/classes/Framadate/Services/PollService.php index a47edc2..c967d0a 100644 --- a/app/classes/Framadate/Services/PollService.php +++ b/app/classes/Framadate/Services/PollService.php @@ -89,9 +89,9 @@ class PollService { * @param $name * @param $choices * @param $slots_hash - * @return bool * @throws ConcurrentEditionException * @throws ConcurrentVoteException + * @return bool */ public function updateVote($poll_id, $vote_id, $name, $choices, $slots_hash) { $poll = $this->findById($poll_id); @@ -112,10 +112,10 @@ class PollService { * @param $name * @param $choices * @param $slots_hash - * @return \stdClass * @throws AlreadyExistsException * @throws ConcurrentEditionException * @throws ConcurrentVoteException + * @return \stdClass */ function addVote($poll_id, $name, $choices, $slots_hash) { $poll = $this->findById($poll_id);