Skip to content

Commit d1ac3da

Browse files
committed
MAGETWO-91164: Optimize images resizing
1 parent 87e0682 commit d1ac3da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Console/Command/ImagesResizeCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
use Magento\Catalog\Model\Product\ImageFactory as ProductImageFactory;
2020
use Symfony\Component\Console\Helper\ProgressBar;
2121

22+
/**
23+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24+
*/
2225
class ImagesResizeCommand extends Command
2326
{
2427
/**

0 commit comments

Comments
 (0)