@@ -43,7 +43,7 @@ |
||
43 | 43 | public function __construct( |
44 | 44 | ApplicationInterface $application, |
45 | 45 | CustomerAddressBunchProcessorInterface $customerAddressBunchProcessor |
46 | - ){ |
|
46 | + ) { |
|
47 | 47 | $this->customerAddressBunchProcessor = $customerAddressBunchProcessor; |
48 | 48 | parent::__construct($application); |
49 | 49 | } |
@@ -143,7 +143,7 @@ |
||
143 | 143 | public function getCountryRegionIdByCode($code) |
144 | 144 | { |
145 | 145 | if (isset($this->countryRegions[$code])) { |
146 | - return (integer)$this->countryRegions[$code][MemberNames::REGION_ID]; |
|
146 | + return (integer) $this->countryRegions[$code][MemberNames::REGION_ID]; |
|
147 | 147 | } |
148 | 148 | return null; |
149 | 149 | } |