@@ -76,7 +76,7 @@ |
||
76 | 76 | |
77 | 77 | try { |
78 | 78 | $magentoCustomer = $this->magentoCustomerRepository->getById($message['magento_customer_id']); |
79 | - } catch (NoSuchEntityException|LocalizedException $e) { |
|
79 | + } catch (NoSuchEntityException | LocalizedException $e) { |
|
80 | 80 | $this->logger->error($e->getMessage()); |
81 | 81 | return; |
82 | 82 | } |
@@ -76,7 +76,7 @@ |
||
76 | 76 | |
77 | 77 | try { |
78 | 78 | $magentoCustomer = $this->magentoCustomerRepository->getById($message['magento_customer_id']); |
79 | - } catch (NoSuchEntityException|LocalizedException $e) { |
|
79 | + } catch (NoSuchEntityException | LocalizedException $e) { |
|
80 | 80 | $this->logger->error($e->getMessage()); |
81 | 81 | return; |
82 | 82 | } |