fix return type of class

This commit is contained in:
Julien Fastré 2021-08-18 09:56:48 +02:00
parent 816d860f4a
commit 097ad3a364

View File

@ -167,7 +167,7 @@ class AccompanyingPeriodWorkEvaluationDocument implements \Chill\MainBundle\Doct
/**
* @return DateTimeImmutable|null
*/
public function getUpdatedAt(): ?DateTimeInterface
public function getUpdatedAt(): ?\DateTimeInterface
{
return $this->updatedAt;
}