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 e338ae3 commit a265266Copy full SHA for a265266
lib/internal/Magento/Framework/Image/Adapter/Gd2.php
@@ -5,6 +5,9 @@
5
*/
6
namespace Magento\Framework\Image\Adapter;
7
8
+/**
9
+ * @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
10
+ */
11
class Gd2 extends \Magento\Framework\Image\Adapter\AbstractAdapter
12
{
13
/**
0 commit comments