Skip to content

Commit fba58d8

Browse files
committed
ACP2E-2093: Issue when uploading image with the same name while deleting the old image
- Fixed the static test failure.
1 parent 5bc42d3 commit fba58d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Model/Product/Image/RemoveDeletedImagesFromCache.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
/**
2222
* Delete image from cache
23+
*
24+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2325
*/
2426
class RemoveDeletedImagesFromCache
2527
{

0 commit comments

Comments
 (0)