mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 04:14:28 +00: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