mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 04:14:28 +00:00
rector: codingStyle
This commit is contained in:
@ -70,7 +70,8 @@ abstract class SkillCalculator
|
||||
if (! $playersPerTeam->isInRange($currentTeam->count())) {
|
||||
throw new Exception('Player count is not in range');
|
||||
}
|
||||
$countOfTeams++;
|
||||
|
||||
++$countOfTeams;
|
||||
}
|
||||
|
||||
if (! $totalTeams->isInRange($countOfTeams)) {
|
||||
|
Reference in New Issue
Block a user