Skip to content

Commit 424948c

Browse files
ENGCOM-1801: Fixed return type of wishlist's getImageData in DocBlock #15717
2 parents bad90b4 + d91fe7c commit 424948c

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)