Test Setup Failed
Push — master ( 90377c...795707 )
by
unknown
03:19
created
src/Oro/Bundle/MagentoBundle/Provider/Customer/AccountProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         } else {
58 58
             // try to find similar customer and get its account
59 59
             /** @var Customer|null $similar */
60
-            $similar            = $this->automaticDiscovery->discoverSimilar($targetCustomer);
60
+            $similar = $this->automaticDiscovery->discoverSimilar($targetCustomer);
61 61
 
62 62
             if (null !== $similar) {
63 63
                 if ($similar->getAccount()) {
Please login to merge, or discard this patch.