mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-18 20:04:28 +00:00
No more use of _ to mark private variables.
This commit is contained in:
@ -7,7 +7,7 @@ use DNW\Skills\Numerics\GaussianDistribution;
|
||||
|
||||
class Rating implements \Stringable
|
||||
{
|
||||
final const CONSERVATIVE_STANDARD_DEVIATION_MULTIPLIER = 3;
|
||||
private const CONSERVATIVE_STANDARD_DEVIATION_MULTIPLIER = 3;
|
||||
|
||||
/**
|
||||
* Constructs a rating.
|
||||
|
Reference in New Issue
Block a user