@@ -431,7 +431,7 @@ |
||
431 | 431 | $option->yes = count( |
432 | 432 | array_filter($this->votes, function ($vote) use ($option) { |
433 | 433 | return ($vote->getVoteOptionText() === $option->getPollOptionText() |
434 | - && $vote->getVoteAnswer() === 'yes') ; |
|
434 | + && $vote->getVoteAnswer() === 'yes'); |
|
435 | 435 | }) |
436 | 436 | ); |
437 | 437 |