Skip to content

Commit 71e751d

Browse files
committed
GraphQL-334: Changed hard coded values according to TYPE_CODE
-- fix static tests
1 parent cc55934 commit 71e751d

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/Variant

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProductGraphQl/Model/Resolver/Variant/Attributes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
class Attributes implements ResolverInterface
2020
{
2121
/**
22-
* Format product's option data to conform to GraphQL schema
23-
*
2422
* @inheritdoc
2523
*
24+
* Format product's option data to conform to GraphQL schema
25+
*
2626
* @param Field $field
2727
* @param ContextInterface $context
2828
* @param ResolveInfo $info

0 commit comments

Comments
 (0)