@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Sylius\ShopApiPlugin\View; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Sylius\ShopApiPlugin\Controller\Customer; |
6 | 6 |
@@ -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; |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Sylius\ShopApiPlugin\Command; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Sylius\ShopApiPlugin\Handler; |
6 | 6 |
@@ -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 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Sylius\ShopApiPlugin\Request; |
6 | 6 |