fix typo
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user