Passed
Push — master ( b0e702...cba2a7 )
by
unknown
26:16 queued 16:16
created
src/Subjects/AbstractCustomerAddressSubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.