mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 12:24:28 +00:00
Rector standards slowly being applied. PHP Version first.
This commit is contained in:
@ -6,7 +6,7 @@ namespace DNW\Skills;
|
||||
|
||||
class RatingContainer
|
||||
{
|
||||
private HashMap $playerToRating;
|
||||
private readonly HashMap $playerToRating;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
Reference in New Issue
Block a user