Skip to content

Commit 8a4e7c4

Browse files
author
OlgaVasyltsun
committed
MC-19132: Child product image of configurable product not displayed
1 parent 2c5fd23 commit 8a4e7c4

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Image/Adapter

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Image/Adapter/Gd2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ private function _fillBackgroundColor(&$imageResourceTo)
296296
imagecolortransparent($imageResourceTo, $transparentColor);
297297
return $transparentColor;
298298
}
299-
// phpcs:disable Magento2.CodeAnalysis.EmptyBlock.DetectedCatch
299+
// phpcs:ignore Magento2.CodeAnalysis.EmptyBlock.DetectedCatch
300300
} catch (\Exception $e) {
301301
// fallback to default background color
302302
}

0 commit comments

Comments
 (0)