Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 2b59cf8

Browse files
author
Valeriy Nayda
committed
GraphQL-152: Allow scalars as resolver return type
-- fix static tests
1 parent 3f6a9a2 commit 2b59cf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/BundleGraphQl/Model/Resolver/BundleItemLinks.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ public function __construct(
4141
}
4242

4343
/**
44-
* @inheritdoc
44+
* {@inheritdoc}
45+
*
46+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4547
*/
4648
public function resolve(Field $field, $context, ResolveInfo $info, array $value = null, array $args = null)
4749
{

0 commit comments

Comments
 (0)