Fixed up older calculators and started some file cleanup

This commit is contained in:
Jeff Moser
2010-10-03 20:17:34 -04:00
parent 930444a0f7
commit 4308831e82
8 changed files with 11 additions and 50 deletions

View File

@ -39,7 +39,7 @@ class RatingContainer
public function count()
{
return \count($this->_playerToRating->count());
return $this->_playerToRating->count();
}
}
?>