Passed
Pull Request — master (#23)
by
unknown
06:50
created
src/Plugins/GlobalDataPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
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.