mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
DX: rector rules upt to PHP 74
This commit is contained in:
@@ -50,7 +50,7 @@ class PersonCurrentAddress
|
||||
/**
|
||||
* @ORM\Column(name="valid_to", type="date_immutable")
|
||||
*/
|
||||
protected ?DateTimeImmutable $validTo;
|
||||
protected ?DateTimeImmutable $validTo = null;
|
||||
|
||||
public function getAddress(): Address
|
||||
{
|
||||
|
Reference in New Issue
Block a user