mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-08-01 22:02:13 +00:00
CS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
ff47a21ac2
commit
a442cc5ee7
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue