mirror of
https://github.com/furyfire/trueskill.git
synced 2025-11-04 18:12:29 +01: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