@@ -9,7 +9,7 @@ |
||
9 | 9 | |
10 | 10 | interface ProductReviewsViewRepositoryInterface |
11 | 11 | { |
12 | - public function getByProductSlug(string $productSlug, string $channelCode, PaginatorDetails $paginatorDetails, ?string $localeCode): PageView; |
|
12 | + public function getByProductSlug(string $productSlug, string $channelCode, PaginatorDetails $paginatorDetails, ? string $localeCode) : PageView; |
|
13 | 13 | |
14 | 14 | public function getByProductCode(string $productCode, string $channelCode, PaginatorDetails $paginatorDetails): PageView; |
15 | 15 | } |
@@ -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\EventListener; |
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\Modifier; |
6 | 6 |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Sylius\ShopApiPlugin\Modifier; |
6 | 6 | |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | $this->orderManager->persist($order); |
68 | 68 | } |
69 | 69 | |
70 | - private function getCartItemToModify(OrderInterface $cart, ProductVariantInterface $productVariant): ?OrderItemInterface |
|
70 | + private function getCartItemToModify(OrderInterface $cart, ProductVariantInterface $productVariant): ? OrderItemInterface |
|
71 | 71 | { |
72 | 72 | /** @var OrderItemInterface $cartItem */ |
73 | 73 | foreach ($cart->getItems() as $cartItem) { |
@@ -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\Processor; |
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 |
@@ -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 |