Skip to content

Commit

Permalink
MAGETWO-70056: Get sitemap product images from image cache, if availa…
Browse files Browse the repository at this point in the history
…ble #9082

 - Coding Style updated
  • Loading branch information
ishakhsuvarov committed Jun 21, 2017
1 parent cdeb7c7 commit 442e54b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

// @codingStandardsIgnoreFile

namespace Magento\Sitemap\Model\ResourceModel\Catalog;

use Magento\CatalogUrlRewrite\Model\ProductUrlRewriteGenerator;
Expand Down Expand Up @@ -428,7 +425,7 @@ protected function _getMediaConfig()
* Get product image URL from image filename and path
*
* @param string $image
* @return mixed
* @return string
*/
private function getProductImageUrl($image)
{
Expand Down

0 comments on commit 442e54b

Please sign in to comment.