mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 04:14:28 +00:00
More return types. Basic example
This commit is contained in:
@ -10,7 +10,7 @@ abstract class Factor implements \Stringable
|
||||
{
|
||||
private array $messages = [];
|
||||
|
||||
private $messageToVariableBinding;
|
||||
private HashMap $messageToVariableBinding;
|
||||
|
||||
private string $name;
|
||||
|
||||
|
Reference in New Issue
Block a user