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:
@@ -149,7 +149,7 @@ class Address implements TrackCreationInterface, TrackUpdateInterface
|
||||
* @Groups({"write"})
|
||||
* @ORM\JoinColumn(nullable=true, onDelete="SET NULL")
|
||||
*/
|
||||
private ?ThirdParty $linkedToThirdParty;
|
||||
private ?ThirdParty $linkedToThirdParty = null;
|
||||
|
||||
/**
|
||||
* A geospatial field storing the coordinates of the Address.
|
||||
|
Reference in New Issue
Block a user