mirror of
https://github.com/furyfire/trueskill.git
synced 2025-07-04 19:52:46 +02:00
Package update and implemented new fixes for Rector findings
This commit is contained in:
@ -6,7 +6,7 @@ namespace DNW\Skills\FactorGraphs;
|
||||
|
||||
class VariableFactory
|
||||
{
|
||||
public function __construct(private \Closure $varPriorInitializer)
|
||||
public function __construct(private readonly \Closure $varPriorInitializer)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user