mirror of
https://github.com/furyfire/trueskill.git
synced 2026-09-08 17:32:05 +02:00
Few more comments
This commit is contained in:
@@ -10,12 +10,12 @@ namespace DNW\Skills;
|
||||
final class HashMap
|
||||
{
|
||||
/**
|
||||
* @var mixed[] $hashToValue
|
||||
* @var mixed[] $hashToValue Store the hash to value mapping.
|
||||
*/
|
||||
private array $hashToValue = [];
|
||||
|
||||
/**
|
||||
* @var mixed[] $hashToKey
|
||||
* @var mixed[] $hashToKey Store the hash to original key mapping.
|
||||
*/
|
||||
private array $hashToKey = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user