mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 04:14: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 Message implements \Stringable
|
||||
{
|
||||
public function __construct(private GaussianDistribution $value, private string $name)
|
||||
public function __construct(private GaussianDistribution $value, private readonly string $name)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user