Fix strong typing on some entities's methods: allow null values

This commit is contained in:
2023-08-28 15:52:26 +02:00
parent 847fd71364
commit e2a739eeff
2 changed files with 2 additions and 2 deletions

View File

@@ -716,7 +716,7 @@ class AccompanyingPeriod implements
;
}
public function getCreatedAt(): DateTimeInterface
public function getCreatedAt(): ?DateTimeInterface
{
return $this->createdAt;
}