Skip to content

Commit 93df8bf

Browse files
Update ProductRepository.php
1 parent 6e3ebfb commit 93df8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ProductRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ private function processLinks(\Magento\Catalog\Api\Data\ProductInterface $produc
491491
* @throws LocalizedException
492492
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
493493
*/
494-
protected function processMediaGallery(ProductInterface $product, array $mediaGalleryEntries)
494+
protected function processMediaGallery(ProductInterface $product, $mediaGalleryEntries)
495495
{
496496
$existingMediaGallery = $product->getMediaGallery('images');
497497
$newEntries = [];

0 commit comments

Comments
 (0)