Skip to content

Commit

Permalink
ENGCOM-1799: [Backport 2.1] Fixed return type of wishlist's getImageD…
Browse files Browse the repository at this point in the history
…ata in DocBlock #15719
  • Loading branch information
Stanislav Idolov authored Jun 4, 2018
2 parents 0a1f3c3 + 93cf970 commit 0a6caa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Wishlist/CustomerData/Wishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ protected function getItemData(\Magento\Wishlist\Model\Item $wishlistItem)
* Retrieve product image data
*
* @param \Magento\Catalog\Model\Product $product
* @return \Magento\Catalog\Block\Product\Image
* @return array
* @SuppressWarnings(PHPMD.NPathComplexity)
*/
protected function getImageData($product)
Expand Down

0 comments on commit 0a6caa0

Please sign in to comment.