File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
app/code/Magento/Weee/Plugin/ConfigurableProduct/Block/Product/View/Type Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ public function __construct(
3535
3636 /**
3737 * Add FPT/WEEE data to option prices
38+ *
39+ * @param ConfigurableBlock $subject
40+ * @param string $result
41+ * @return string
3842 */
3943 public function afterGetJsonConfig (
4044 ConfigurableBlock $ subject ,
@@ -73,7 +77,7 @@ private function shouldProcessWeee(?array $config): bool
7377 /**
7478 * Inject processed WEEE data into config
7579 *
76- * @param array & $config
80+ * @param array $config
7781 * @param string $productId
7882 * @param Product $product
7983 * @return void
@@ -126,7 +130,7 @@ private function processWeeeAttributes(array $weeeAttributes): array
126130 /**
127131 * Add formatted WEEE data to price array
128132 *
129- * @param array & $finalPrice
133+ * @param array $finalPrice
130134 * @param array $priceFormat
131135 * @param array $weeeData
132136 * @return void
You can’t perform that action at this time.
0 commit comments