Completed
Push — master ( d9ce7d...80bb16 )
by Paweł
02:57
created
src/ViewRepository/ProductReviewsViewRepositoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/EventListener/RequestLocaleSetter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.