Skip to content

Commit fb65ff2

Browse files
committed
Corrected function docblock definition to fix broken test #5941
1 parent faa7cd1 commit fb65ff2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public function prepareSelectStatement(\Magento\Framework\DB\Select $select)
430430
return $select;
431431
}
432432

433-
/*
433+
/**
434434
* Get product image URL from image filename and path
435435
*
436436
* @param string $image

0 commit comments

Comments
 (0)