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 cdeb7c7 commit 442e54bCopy full SHA for 442e54b
app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Product.php
@@ -3,9 +3,6 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-
7
-// @codingStandardsIgnoreFile
8
9
namespace Magento\Sitemap\Model\ResourceModel\Catalog;
10
11
use Magento\CatalogUrlRewrite\Model\ProductUrlRewriteGenerator;
@@ -428,7 +425,7 @@ protected function _getMediaConfig()
428
425
* Get product image URL from image filename and path
429
426
*
430
427
* @param string $image
431
- * @return mixed
+ * @return string
432
433
private function getProductImageUrl($image)
434
{
0 commit comments