Skip to content

Commit e29fa3d

Browse files
committed
#18440: Static test fix.
1 parent 927887f commit e29fa3d

File tree

2 files changed

+226
-224
lines changed

2 files changed

+226
-224
lines changed

app/code/Magento/Catalog/Block/Product/View/GalleryOptions.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Catalog\Block\Product\View;
87

98
use Magento\Framework\View\Element\Block\ArgumentInterface;
109
use Magento\Framework\Serialize\Serializer\Json;
1110
use Magento\Catalog\Block\Product\Context;
1211
use Magento\Framework\Stdlib\ArrayUtils;
1312

13+
/**
14+
* Gallery options block.
15+
*/
1416
class GalleryOptions extends AbstractView implements ArgumentInterface
1517
{
1618
/**

0 commit comments

Comments
 (0)