Skip to content

Commit 71d1ebc

Browse files
committed
Semantic build failed
1 parent 6753604 commit 71d1ebc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Wishlist/Model/Wishlist.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ protected function _addCatalogProduct(Product $product, $qty = 1, $forciblySetQt
370370
/**
371371
* Retrieve wishlist item collection
372372
*
373-
* @return ResourceModel\Item\Collection
373+
* @return \Magento\Wishlist\Model\ResourceModel\Item\Collection
374+
* @throws NoSuchEntityException
374375
*/
375376
public function getItemCollection()
376377
{
@@ -606,7 +607,7 @@ public function setSharedStoreIds($storeIds)
606607
/**
607608
* Retrieve wishlist store object
608609
*
609-
* @return Store
610+
* @return \Magento\Store\Model\Store
610611
* @throws NoSuchEntityException
611612
*/
612613
public function getStore()

0 commit comments

Comments
 (0)