Skip to content

Commit a265266

Browse files
ENGCOM-2956: Fixes black background for png images in wysiwyg editors
1 parent e338ae3 commit a265266

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
*/
66
namespace Magento\Framework\Image\Adapter;
77

8+
/**
9+
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
10+
*/
811
class Gd2 extends \Magento\Framework\Image\Adapter\AbstractAdapter
912
{
1013
/**

0 commit comments

Comments
 (0)