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:
@ -15,9 +15,9 @@ abstract class Factor implements \Stringable
|
||||
*/
|
||||
private array $messages = [];
|
||||
|
||||
private HashMap $messageToVariableBinding;
|
||||
private readonly HashMap $messageToVariableBinding;
|
||||
|
||||
private string $name;
|
||||
private readonly string $name;
|
||||
|
||||
/**
|
||||
* @var Variable[] $variables
|
||||
|
Reference in New Issue
Block a user