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 8e3edf1 commit 2c5fd23Copy full SHA for 2c5fd23
lib/internal/Magento/Framework/Image/Adapter/Gd2.php
@@ -296,6 +296,7 @@ private function _fillBackgroundColor(&$imageResourceTo)
296
imagecolortransparent($imageResourceTo, $transparentColor);
297
return $transparentColor;
298
}
299
+ // phpcs:disable Magento2.CodeAnalysis.EmptyBlock.DetectedCatch
300
} catch (\Exception $e) {
301
// fallback to default background color
302
0 commit comments