mirror of
https://github.com/furyfire/trueskill.git
synced 2025-11-24 19:18:09 +01: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