Skip to content

Commit d91fe7c

Browse files
ENGCOM-1801: Fixed return type of wishlist's getImageData in DocBlock #15717
- Merge Pull Request #15717 from rogyar/magento2:2.3-wishlist-wrong-imagedata-return - Merged commits: 1. b2fd343
2 parents 943e2cd + b2fd343 commit d91fe7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/CustomerData/Wishlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ protected function getItemData(\Magento\Wishlist\Model\Item $wishlistItem)
144144
* Retrieve product image data
145145
*
146146
* @param \Magento\Catalog\Model\Product $product
147-
* @return \Magento\Catalog\Block\Product\Image
147+
* @return array
148148
* @SuppressWarnings(PHPMD.NPathComplexity)
149149
*/
150150
protected function getImageData($product)

0 commit comments

Comments
 (0)