@@ -15,8 +15,7 @@ |
||
| 15 | 15 | |
| 16 | 16 | public function __construct( |
| 17 | 17 | RepositoryInterface $customerRepository |
| 18 | - ) |
|
| 19 | - { |
|
| 18 | + ) { |
|
| 20 | 19 | $this->customerRepository = $customerRepository; |
| 21 | 20 | } |
| 22 | 21 | |
@@ -44,8 +44,7 @@ |
||
| 44 | 44 | ValidationErrorViewFactoryInterface $validationErrorViewFactory, |
| 45 | 45 | CustomerViewFactoryInterface $customerViewFactory, |
| 46 | 46 | TokenStorageInterface $tokenStorage |
| 47 | - ) |
|
| 48 | - { |
|
| 47 | + ) { |
|
| 49 | 48 | $this->viewHandler = $viewHandler; |
| 50 | 49 | $this->validator = $validator; |
| 51 | 50 | $this->bus = $bus; |