This commit is contained in:
Thomas Peterson 2022-06-08 09:58:06 +02:00
parent 367f910294
commit a6b64ab08b

View File

@ -27,7 +27,7 @@ class Article
$this->preCalc = $preCalc;
}
public function getPreCalc()
public function getPreCalc(): PreCalc
{
return $this->preCalc;
}