minor coding improvements

This commit is contained in:
Steffen Schröder
2014-07-26 16:31:47 +02:00
parent 4d5e0ee6b0
commit 46c5706375
5 changed files with 12 additions and 20 deletions

View File

@ -917,5 +917,4 @@ class CurrentVote {
public function getVoteCount() {
return count($this->playersVoted);
}
}
}