Completed
Push — master ( 15ec76...bc0d17 )
by Kamil
15s
created
src/Factory/ListProductViewFactory.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\Factory;
6 6
 
Please login to merge, or discard this patch.
src/Factory/TaxonDetailsViewFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
         return $currentTaxonView;
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $locale
50
+     */
48 51
     private function buildTaxonView(TaxonInterface $taxon, $locale): TaxonView
49 52
     {
50 53
         $taxonView = $this->taxonViewFactory->create($taxon, $locale);
Please login to merge, or discard this patch.