Skip to content

Commit e76a3a1

Browse files
committed
Fixed return type of getImageData
1 parent 20474b1 commit e76a3a1

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)