add option 'null_if_empty' on AddressType

This commit is contained in:
2019-04-02 12:03:39 +02:00
parent 1ea90c2d5f
commit d915239a24
6 changed files with 149 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ class Address
private $postcode;
/**
* Indicates when the address starts validation. Used to build an history
* of address. By default, the current date.
*
* @var \DateTime
*/