mirror of
https://github.com/furyfire/trueskill.git
synced 2025-07-15 15:52:49 +02:00
Fixed up older calculators and started some file cleanup
This commit is contained in:
@@ -39,7 +39,7 @@ class RatingContainer
|
||||
|
||||
public function count()
|
||||
{
|
||||
return \count($this->_playerToRating->count());
|
||||
return $this->_playerToRating->count();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user