mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-16 02:54:27 +00:00
Fixed up older calculators and started some file cleanup
This commit is contained in:
@ -140,7 +140,7 @@ class TwoPlayerTrueSkillCalculator extends SkillCalculator
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public function calculateMatchQuality(GameInfo $gameInfo, array $teams)
|
||||
public function calculateMatchQuality(GameInfo &$gameInfo, array &$teams)
|
||||
{
|
||||
Guard::argumentNotNull($gameInfo, "gameInfo");
|
||||
$this->validateTeamCountAndPlayersCountPerTeam($teams);
|
||||
|
Reference in New Issue
Block a user