mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-04 14:24:01 +00: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