Skip to content

Commit 5bc42d3

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 efa63be commit 5bc42d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Catalog/Model/Product/Gallery/UpdateHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*
2828
* @api
2929
* @since 101.0.0
30+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
3031
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3132
*/
3233
class UpdateHandler extends CreateHandler

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace Magento\Catalog\Model\Product\Image;
99

1010
/**
11-
* Convert image misc params to readable format
11+
* Convert array into string representation
1212
*/
1313
class ConvertImageMiscParamsToReadableFormat
1414
{

0 commit comments

Comments
 (0)