mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +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