Skip to content

Commit 291058b

Browse files
committed
Correct docblock get method
1 parent f2aa57e commit 291058b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/code/Magento/Quote/Model/Cart/CartTotalRepository.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ public function __construct(
7878
}
7979

8080
/**
81-
* @inheritdoc
81+
* Get cart total repository
8282
*
83-
* @param int $cartId The cart ID.
84-
* @return Totals Quote totals data.
83+
* @param int $cartId
84+
* @return Api\Data\TotalsInterface
85+
* @throws \Magento\Framework\Exception\NoSuchEntityException
8586
*/
8687
public function get($cartId)
8788
{

0 commit comments

Comments
 (0)