Passed
Push — customer-address-fix ( 34f4d5...10c3ba )
by
unknown
10:12
created
src/Subjects/AbstractCustomerAddressSubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
         $status = $this->getRegistryProcessor()->getAttribute(RegistryKeys::STATUS);
103 103
 
104 104
         // load the global data we've prepared initially
105
-        $this->storeWebsites =  $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
105
+        $this->storeWebsites = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
106 106
 
107 107
         // invoke the parent method
108 108
         parent::setUp($serial);
Please login to merge, or discard this patch.
src/Observers/CustomerAddressObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
         $customer = $this->loadCustomerByEmailAndWebsiteId($this->getValue(ColumnKeys::EMAIL), $websiteId);
90 90
 
91 91
         if (!$customer) {
92
-            $message =  sprintf(
92
+            $message = sprintf(
93 93
                 'the imported address has no customer with email %s',
94 94
                 $this->getValue(ColumnKeys::EMAIL)
95 95
             );
Please login to merge, or discard this patch.