Continuing the process of making this modern

This commit is contained in:
2025-04-25 09:22:08 +00:00
parent b38a9656eb
commit 38f332b223
7 changed files with 72 additions and 39 deletions

View File

@ -32,7 +32,7 @@ final class GaussianLikelihoodFactor extends GaussianFactor
public function getLogNormalization(): float
{
/**
* @var KeyedVariable[]|mixed $vars
* @var KeyedVariable[] $vars
*/
$vars = $this->getVariables();
/**