@@ -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 | |