Skip to content

Commit 330dae5

Browse files
author
Victor Rad
committed
MAGETWO-47865: Prepare pull request (SP 33)
1 parent ef3bb9c commit 330dae5

File tree

1 file changed

+4
-4
lines changed
  • app/code/Magento/ConfigurableProduct/Block/Plugin/Product/Media

1 file changed

+4
-4
lines changed

app/code/Magento/ConfigurableProduct/Block/Plugin/Product/Media/Gallery.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ class Gallery extends \Magento\Catalog\Block\Product\View\AbstractView
2929

3030
/**
3131
* Gallery constructor.
32+
* @param \Magento\Catalog\Block\Product\Context $context
33+
* @param \Magento\Framework\Stdlib\ArrayUtils $arrayUtils
3234
* @param \Magento\Catalog\Model\Product\Gallery\ReadHandler $productGalleryReadHandler
3335
* @param \Magento\Framework\Json\EncoderInterface $jsonEncoder
3436
* @param \Magento\Framework\Json\DecoderInterface $jsonDecoder
35-
* @param \Magento\Catalog\Block\Product\Context $context
36-
* @param \Magento\Framework\Stdlib\ArrayUtils $arrayUtils
3737
* @param array $data
3838
*/
3939
public function __construct(
40+
\Magento\Catalog\Block\Product\Context $context,
41+
\Magento\Framework\Stdlib\ArrayUtils $arrayUtils,
4042
\Magento\Catalog\Model\Product\Gallery\ReadHandler $productGalleryReadHandler,
4143
\Magento\Framework\Json\EncoderInterface $jsonEncoder,
4244
\Magento\Framework\Json\DecoderInterface $jsonDecoder,
43-
\Magento\Catalog\Block\Product\Context $context,
44-
\Magento\Framework\Stdlib\ArrayUtils $arrayUtils,
4545
array $data = []
4646
) {
4747
$this->productGalleryReadHandler = $productGalleryReadHandler;

0 commit comments

Comments
 (0)