Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-04-12 15:09:10 +02:00
parent 69648b4428
commit d2419ec2a3
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -333,7 +333,7 @@ class PollService
return $splitted;
}
function splitChoices($choices)
public function splitChoices($choices)
{
$splitted = [];
foreach ($choices as $choice) {