Skip to content

Commit c40d408

Browse files
author
Michail Slabko
committed
Merge branch 'goinc-bugsfixing' of https://github.corp.magento.com/magento-goinc/magento2ce into goinc-bugsfixing
2 parents 673fbd9 + 0ffd2b0 commit c40d408

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Super/Config

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Super/Config/Matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class Matrix extends \Magento\Backend\Block\Template
5454
/** @var null|array */
5555
private $productAttributes;
5656

57-
5857
/**
5958
* @var \Magento\Framework\Locale\CurrencyInterface
6059
*/
@@ -68,6 +67,7 @@ class Matrix extends \Magento\Backend\Block\Template
6867
* @param \Magento\ConfigurableProduct\Model\Product\Type\VariationMatrix $variationMatrix
6968
* @param ProductRepositoryInterface $productRepository
7069
* @param \Magento\Catalog\Helper\Image $image
70+
* @param \Magento\Framework\Locale\CurrencyInterface $localeCurrency
7171
* @param array $data
7272
*/
7373
public function __construct(

0 commit comments

Comments
 (0)