File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/ConfigurableProduct/Block/Plugin/Product/Media Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ class Gallery extends \Magento\Catalog\Block\Product\View\AbstractView
29
29
30
30
/**
31
31
* Gallery constructor.
32
+ * @param \Magento\Catalog\Block\Product\Context $context
33
+ * @param \Magento\Framework\Stdlib\ArrayUtils $arrayUtils
32
34
* @param \Magento\Catalog\Model\Product\Gallery\ReadHandler $productGalleryReadHandler
33
35
* @param \Magento\Framework\Json\EncoderInterface $jsonEncoder
34
36
* @param \Magento\Framework\Json\DecoderInterface $jsonDecoder
35
- * @param \Magento\Catalog\Block\Product\Context $context
36
- * @param \Magento\Framework\Stdlib\ArrayUtils $arrayUtils
37
37
* @param array $data
38
38
*/
39
39
public function __construct (
40
+ \Magento \Catalog \Block \Product \Context $ context ,
41
+ \Magento \Framework \Stdlib \ArrayUtils $ arrayUtils ,
40
42
\Magento \Catalog \Model \Product \Gallery \ReadHandler $ productGalleryReadHandler ,
41
43
\Magento \Framework \Json \EncoderInterface $ jsonEncoder ,
42
44
\Magento \Framework \Json \DecoderInterface $ jsonDecoder ,
43
- \Magento \Catalog \Block \Product \Context $ context ,
44
- \Magento \Framework \Stdlib \ArrayUtils $ arrayUtils ,
45
45
array $ data = []
46
46
) {
47
47
$ this ->productGalleryReadHandler = $ productGalleryReadHandler ;
You can’t perform that action at this time.
0 commit comments