diff --git a/service-api/app/src/App/src/Entity/Sirius/SiriusLpaTrustCorporation.php b/service-api/app/src/App/src/Entity/Sirius/SiriusLpaTrustCorporation.php index 91eb954a0f..4b6e7b8016 100644 --- a/service-api/app/src/App/src/Entity/Sirius/SiriusLpaTrustCorporation.php +++ b/service-api/app/src/App/src/Entity/Sirius/SiriusLpaTrustCorporation.php @@ -88,11 +88,21 @@ public function getId(): string return $this->id ?? ''; } + /** + * not called in practice - here to satisfy interface + * + * @codeCoverageIgnore + */ public function getFirstname(): string { return $this->firstname; } + /** + * not called in practice - here to satisfy interface + * + * @codeCoverageIgnore + */ public function getMiddlenames(): string { return $this->middlenames ?? '';