File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/GiftMessageGraphQl/Model/Resolver/Order/Item Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ class GiftMessage implements ResolverInterface
33
33
private $ giftMessageHelper ;
34
34
35
35
/**
36
- * @param OrderItemRepositoryInterface $itemRepository
37
- * @param GiftMessageHelper $giftMessageHelper
36
+ * @param OrderItemRepositoryInterface $itemRepository
37
+ * @param GiftMessageHelper $giftMessageHelper
38
38
*/
39
39
public function __construct (
40
40
OrderItemRepositoryInterface $ itemRepository ,
@@ -47,11 +47,11 @@ public function __construct(
47
47
/**
48
48
* Return information about Gift message for order item
49
49
*
50
- * @param Field $field
50
+ * @param Field $field
51
51
* @param ContextInterface $context
52
- * @param ResolveInfo $info
53
- * @param array|null $value
54
- * @param array|null $args
52
+ * @param ResolveInfo $info
53
+ * @param array|null $value
54
+ * @param array|null $args
55
55
*
56
56
* @return array|Value|mixed
57
57
* @throws GraphQlInputException
You can’t perform that action at this time.
0 commit comments