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