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

@ -6,7 +6,7 @@ namespace DNW\Skills\FactorGraphs;
class VariableFactory
{
public function __construct(private \Closure $varPriorInitializer)
public function __construct(private readonly \Closure $varPriorInitializer)
{
}