Skip to content

Commit 09c5525

Browse files
committed
Add supress warning
1 parent c4d4643 commit 09c5525

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/ProductVideo/Controller/Adminhtml/Product/Gallery/RetrieveImage.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use Magento\Framework\App\Filesystem\DirectoryList;
99
use Magento\Framework\File\Uploader;
1010

11+
/**
12+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13+
*/
1114
class RetrieveImage extends \Magento\Backend\App\Action
1215
{
1316
/**

0 commit comments

Comments
 (0)