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 6e3ebfb commit 93df8bfCopy full SHA for 93df8bf
app/code/Magento/Catalog/Model/ProductRepository.php
@@ -491,7 +491,7 @@ private function processLinks(\Magento\Catalog\Api\Data\ProductInterface $produc
491
* @throws LocalizedException
492
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
493
*/
494
- protected function processMediaGallery(ProductInterface $product, array $mediaGalleryEntries)
+ protected function processMediaGallery(ProductInterface $product, $mediaGalleryEntries)
495
{
496
$existingMediaGallery = $product->getMediaGallery('images');
497
$newEntries = [];
0 commit comments