code style

This commit is contained in:
m 2018-04-06 14:04:07 +02:00
parent f921d383a9
commit c4f27dc6e0
1 changed files with 1 additions and 1 deletions

View File

@ -99,5 +99,5 @@ class VoteRepository extends AbstractRepository {
$prepared->execute([$poll_id, $name, $vote_id]);
return $prepared->rowCount() > 0;
}
}