mirror of
https://github.com/furyfire/trueskill.git
synced 2025-11-25 03:28:08 +01: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