Package update and implemented new fixes for Rector findings

This commit is contained in:
2025-01-13 08:57:13 +00:00
parent 24665d6e57
commit 2212d45f61
4 changed files with 288 additions and 235 deletions

View File

@ -28,7 +28,7 @@ class TrueSkillFactorGraph extends FactorGraph
/**
* @var FactorGraphLayer[] $layers
*/
private array $layers;
private readonly array $layers;
private readonly PlayerPriorValuesToSkillsLayer $priorLayer;