@@ -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 | } |