This commit is contained in:
Yuri Kuznetsov
2021-02-07 08:50:02 +02:00
parent a0f85bd55a
commit de543fa2db
2 changed files with 2 additions and 2 deletions
@@ -42,7 +42,7 @@ class AddressBuilder
protected $state;
protected $portalCode;
protected $postalCode;
public function clone(AddressValue $address) : self
{
@@ -46,7 +46,7 @@ class AddressValue
protected $state = null;
protected $portalCode = null;
protected $postalCode = null;
public function getStreet() : ?string
{