Completed
Pull Request — master (#179)
by Łukasz
03:06
created
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.
src/Query/ProductDetailsQuery.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -72,6 +72,9 @@
 block discarded – undo
72 72
         Assert::oneOf($localeCode, $supportedLocaleCodes);
73 73
     }
74 74
 
75
+    /**
76
+     * @param string $channelCode
77
+     */
75 78
     private function getChannel(?string $channelCode): ChannelInterface
76 79
     {
77 80
         /** @var ChannelInterface $channel */
Please login to merge, or discard this patch.