@@ -342,7 +342,7 @@ |
||
342 | 342 | public function checkBallotValidity(Ballot $ballot): bool |
343 | 343 | { |
344 | 344 | if (count($ballot->getRanking()) > $this->election->getCandidateCount()) { |
345 | - $this->logger->debug('Invalid ballot - number of candidates', ['ballot' => $ballot,]); |
|
345 | + $this->logger->debug('Invalid ballot - number of candidates', ['ballot' => $ballot, ]); |
|
346 | 346 | |
347 | 347 | return false; |
348 | 348 | } else { |