mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-02 12:09:41 +00:00
Fix strong typing on some entities's methods: allow null values
This commit is contained in:
@@ -716,7 +716,7 @@ class AccompanyingPeriod implements
|
||||
;
|
||||
}
|
||||
|
||||
public function getCreatedAt(): DateTimeInterface
|
||||
public function getCreatedAt(): ?DateTimeInterface
|
||||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user