Skip to content

Commit 0c5e3be

Browse files
committed
B2B-2658: Implement GraphQL Resolver Cache for Customer query
- typehint fix
1 parent d6e8199 commit 0c5e3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GraphQlResolverCache/Model/Resolver/Result/ValueProcessor/FlagGetter/FlagGetterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface FlagGetterInterface
1616
* Get value processing flag.
1717
*
1818
* @param array $value
19-
* @return string|null
19+
* @return array|null
2020
*/
2121
public function getFlagFromValue($value): ?array;
2222
}

0 commit comments

Comments
 (0)