mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-06 10:28:22 +02:00
More static types using rector.
This commit is contained in:
@@ -21,7 +21,7 @@ abstract class FactorGraphLayer
|
||||
/**
|
||||
* @var array<int,array<int,object>>
|
||||
*/
|
||||
private $inputVariablesGroups = [];
|
||||
private array $inputVariablesGroups = [];
|
||||
|
||||
protected function __construct(private readonly TrueSkillFactorGraph $parentFactorGraph)
|
||||
{
|
||||
|
Reference in New Issue
Block a user