Passed
Pull Request — master (#22)
by
unknown
16:39 queued 06:46
created
src/Observers/CustomerAddressObserver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,8 +88,8 @@
 block discarded – undo
88 88
         // load the customer
89 89
         $customer = $this->loadCustomerByEmailAndWebsiteId($this->getValue(ColumnKeys::EMAIL), $websiteId);
90 90
 
91
-        if (!$customer){
92
-            $message =  sprintf('Can\'t find customer with email %s', $this->getValue(ColumnKeys::EMAIL));
91
+        if (!$customer) {
92
+            $message = sprintf('Can\'t find customer with email %s', $this->getValue(ColumnKeys::EMAIL));
93 93
             throw new \Exception($message);
94 94
         }
95 95
         
Please login to merge, or discard this patch.