mirror of
https://github.com/furyfire/trueskill.git
synced 2026-01-11 15:46:57 +01:00
Rector standards slowly being applied. PHP Version first.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace DNW\Skills\FactorGraphs;
|
||||
|
||||
class ScheduleStep extends Schedule
|
||||
{
|
||||
public function __construct(string $name, private readonly Factor $factor, private int $index)
|
||||
public function __construct(string $name, private readonly Factor $factor, private readonly int $index)
|
||||
{
|
||||
parent::__construct($name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user