Skip to content

Commit 67ce689

Browse files
committed
LYNX-259: Updated comments
1 parent 86d82a9 commit 67ce689

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
use Magento\Framework\GraphQl\Config\Element\Field;
2222
use Magento\Framework\GraphQl\Exception\GraphQlAlreadyExistsException;
23+
use Magento\Framework\GraphQl\Query\Resolver\ContextInterface;
2324
use Magento\Framework\GraphQl\Query\ResolverInterface;
2425
use Magento\Framework\GraphQl\Schema\Type\ResolveInfo;
2526
use Magento\Quote\Api\CartRepositoryInterface;
@@ -74,7 +75,7 @@ public function __construct(
7475
* Creates a guest cart and returns the cart object
7576
*
7677
* @param Field $field
77-
* @param $context
78+
* @param ContextInterface $context
7879
* @param ResolveInfo $info
7980
* @param array|null $value
8081
* @param array|null $args

0 commit comments

Comments
 (0)