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 f50a148 commit 81268d4Copy full SHA for 81268d4
app/code/Magento/MediaGalleryRenditions/Model/GenerateRenditions.php
@@ -19,6 +19,9 @@
19
use Magento\MediaGalleryRenditionsApi\Api\GetRenditionPathInterface;
20
use Psr\Log\LoggerInterface;
21
22
+/**
23
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
+ */
25
class GenerateRenditions implements GenerateRenditionsInterface
26
{
27
private const IMAGE_FILE_NAME_PATTERN = '#\.(jpg|jpeg|gif|png)$# i';
0 commit comments