mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-06 18:38:22 +02: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