More static types using rector.

This commit is contained in:
2024-02-21 13:23:39 +00:00
parent 660fbd1486
commit df5b48b2c4
9 changed files with 17 additions and 19 deletions

View File

@ -125,7 +125,7 @@ class GaussianWeightedSumFactor extends GaussianFactor
}
}
public function getLogNormalization()
public function getLogNormalization(): float
{
$vars = $this->getVariables();
$messages = $this->getMessages();