mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-15 22:58:21 +02:00
PHP8.3 style overrides added
This commit is contained in:
@@ -29,6 +29,7 @@ class GaussianPriorFactor extends GaussianFactor
|
||||
$this->createVariableToMessageBindingWithMessage($variable, $newMessage);
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
protected function updateMessageVariable(Message $message, Variable $variable): float
|
||||
{
|
||||
$oldMarginal = clone $variable->getValue();
|
||||
|
Reference in New Issue
Block a user