Skip to content

Commit f33916e

Browse files
ENGCOM-1800: [Backport 2.2] Fixed return type of wishlist's getImageData in DocBlock #15718
- Merge Pull Request #15718 from rogyar/magento2:2.2-wishlist-wrong-imagedata-return - Merged commits: 1. e76a3a1
2 parents 20474b1 + e76a3a1 commit f33916e

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
@@ -142,7 +142,7 @@ protected function getItemData(\Magento\Wishlist\Model\Item $wishlistItem)
142142
* Retrieve product image data
143143
*
144144
* @param \Magento\Catalog\Model\Product $product
145-
* @return \Magento\Catalog\Block\Product\Image
145+
* @return array
146146
* @SuppressWarnings(PHPMD.NPathComplexity)
147147
*/
148148
protected function getImageData($product)

0 commit comments

Comments
 (0)