Skip to content

Commit a9bc890

Browse files
author
Stanislav Idolov
authored
ENGCOM-1800: [Backport 2.2] Fixed return type of wishlist's getImageData in DocBlock #15718
2 parents 20474b1 + f33916e commit a9bc890

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)