mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-18 20:04:28 +00:00
Rector standards slowly being applied. PHP Version first.
This commit is contained in:
@ -11,7 +11,7 @@ use DNW\Skills\TrueSkill\TrueSkillFactorGraph;
|
||||
|
||||
class TeamDifferencesComparisonLayer extends TrueSkillFactorGraphLayer
|
||||
{
|
||||
private float $epsilon;
|
||||
private readonly float $epsilon;
|
||||
|
||||
/**
|
||||
* @param int[] $teamRanks
|
||||
|
Reference in New Issue
Block a user