Skip to content

Commit 442e54b

Browse files
committed
MAGETWO-70056: Get sitemap product images from image cache, if available #9082
- Coding Style updated
1 parent cdeb7c7 commit 442e54b

File tree

1 file changed

+1
-4
lines changed
  • app/code/Magento/Sitemap/Model/ResourceModel/Catalog

1 file changed

+1
-4
lines changed

app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Product.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
7-
// @codingStandardsIgnoreFile
8-
96
namespace Magento\Sitemap\Model\ResourceModel\Catalog;
107

118
use Magento\CatalogUrlRewrite\Model\ProductUrlRewriteGenerator;
@@ -428,7 +425,7 @@ protected function _getMediaConfig()
428425
* Get product image URL from image filename and path
429426
*
430427
* @param string $image
431-
* @return mixed
428+
* @return string
432429
*/
433430
private function getProductImageUrl($image)
434431
{

0 commit comments

Comments
 (0)