mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 12:24:28 +00:00
Rector standards slowly being applied. PHP Version first.
This commit is contained in:
@ -8,7 +8,7 @@ use DNW\Skills\Numerics\GaussianDistribution;
|
||||
|
||||
class Variable implements \Stringable
|
||||
{
|
||||
private string $name;
|
||||
private readonly string $name;
|
||||
|
||||
private mixed $value;
|
||||
|
||||
|
Reference in New Issue
Block a user