Skip to content

Commit 86d82a9

Browse files
committed
LYNX-259: Updated new class annotations
1 parent 102ced9 commit 86d82a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/code/Magento/QuoteGraphQl/Model/Resolver/CreateGuestCart.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ public function __construct(
7272

7373
/**
7474
* Creates a guest cart and returns the cart object
75+
*
76+
* @param Field $field
77+
* @param $context
78+
* @param ResolveInfo $info
79+
* @param array|null $value
80+
* @param array|null $args
81+
* @return array[]
82+
* @throws GraphQlAlreadyExistsException
83+
* @throws \Magento\Framework\Exception\NoSuchEntityException
84+
* @throws \Magento\Framework\GraphQl\Exception\GraphQlInputException
7585
*/
7686
public function resolve(Field $field, $context, ResolveInfo $info, array $value = null, array $args = null)
7787
{

0 commit comments

Comments
 (0)