We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 673fbd9 + 0ffd2b0 commit c40d408Copy full SHA for c40d408
app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Super/Config/Matrix.php
@@ -54,7 +54,6 @@ class Matrix extends \Magento\Backend\Block\Template
54
/** @var null|array */
55
private $productAttributes;
56
57
-
58
/**
59
* @var \Magento\Framework\Locale\CurrencyInterface
60
*/
@@ -68,6 +67,7 @@ class Matrix extends \Magento\Backend\Block\Template
68
67
* @param \Magento\ConfigurableProduct\Model\Product\Type\VariationMatrix $variationMatrix
69
* @param ProductRepositoryInterface $productRepository
70
* @param \Magento\Catalog\Helper\Image $image
+ * @param \Magento\Framework\Locale\CurrencyInterface $localeCurrency
71
* @param array $data
72
73
public function __construct(
0 commit comments