Skip to content

Commit

Permalink
Update ProductRepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ishakhsuvarov authored Dec 12, 2017
1 parent 6e3ebfb commit 93df8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/Model/ProductRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ private function processLinks(\Magento\Catalog\Api\Data\ProductInterface $produc
* @throws LocalizedException
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*/
protected function processMediaGallery(ProductInterface $product, array $mediaGalleryEntries)
protected function processMediaGallery(ProductInterface $product, $mediaGalleryEntries)
{
$existingMediaGallery = $product->getMediaGallery('images');
$newEntries = [];
Expand Down

0 comments on commit 93df8bf

Please sign in to comment.