Skip to content

Commit a85b865

Browse files
committed
LYNX-259: Update new file annotation
1 parent 67ce689 commit a85b865

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
use Magento\Framework\GraphQl\Config\Element\Field;
2222
use Magento\Framework\GraphQl\Exception\GraphQlAlreadyExistsException;
23-
use Magento\Framework\GraphQl\Query\Resolver\ContextInterface;
2423
use Magento\Framework\GraphQl\Query\ResolverInterface;
2524
use Magento\Framework\GraphQl\Schema\Type\ResolveInfo;
2625
use Magento\Quote\Api\CartRepositoryInterface;
@@ -72,17 +71,7 @@ public function __construct(
7271
}
7372

7473
/**
75-
* Creates a guest cart and returns the cart object
76-
*
77-
* @param Field $field
78-
* @param ContextInterface $context
79-
* @param ResolveInfo $info
80-
* @param array|null $value
81-
* @param array|null $args
82-
* @return array[]
83-
* @throws GraphQlAlreadyExistsException
84-
* @throws \Magento\Framework\Exception\NoSuchEntityException
85-
* @throws \Magento\Framework\GraphQl\Exception\GraphQlInputException
74+
* @inheritdoc
8675
*/
8776
public function resolve(Field $field, $context, ResolveInfo $info, array $value = null, array $args = null)
8877
{

0 commit comments

Comments
 (0)