Skip to content

Commit

Permalink
ENGCOM-1801: Fixed return type of wishlist's getImageData in DocBlock #…
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirZaets authored Jun 4, 2018
2 parents bad90b4 + d91fe7c commit 424948c
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 @@ -144,7 +144,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 424948c

Please sign in to comment.