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.
1 parent dcc71bf commit 6c0c2faCopy full SHA for 6c0c2fa
app/code/Magento/Catalog/Block/Product/View/GalleryOptions.php
@@ -48,6 +48,7 @@ public function __construct(
48
* @return string
49
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
50
* @SuppressWarnings(PHPMD.NPathComplexity)
51
+ * @SuppressWarnings(PHPMD.ElseExpression)
52
*/
53
public function getOptionsJson()
54
{
@@ -111,6 +112,7 @@ public function getOptionsJson()
111
112
113
114
115
116
117
public function getFSOptionsJson()
118
0 commit comments