Skip to content

Commit d5bece5

Browse files
committed
Updated PHPDoc Comments
1 parent 5e7e1da commit d5bece5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/AddProductsToCart.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function __construct(
4545
* @param Quote $cart
4646
* @param array $cartItems
4747
* @throws GraphQlInputException
48+
* @throws \Magento\Framework\Exception\LocalizedException
49+
* @throws \Magento\Framework\GraphQl\Exception\GraphQlNoSuchEntityException
4850
*/
4951
public function execute(Quote $cart, array $cartItems): void
5052
{

app/code/Magento/QuoteGraphQl/Model/Cart/AddSimpleProductToCart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function __construct(
6161
* @return void
6262
* @throws GraphQlNoSuchEntityException
6363
* @throws GraphQlInputException
64+
* @throws \Magento\Framework\Exception\LocalizedException
6465
*/
6566
public function execute(Quote $cart, array $cartItemData): void
6667
{

0 commit comments

Comments
 (0)