Skip to content

Commit 26ef001

Browse files
committed
B2B-2259: customAttributeMetadata GraphQl query has no cache identity
- CR fix
1 parent ba7080a commit 26ef001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Eav/CustomAttributesMetadataCacheTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ private function getAttributeQuery(string $code, string $entityType) : string
338338
/**
339339
* Prepare and return GraphQL query for given entity type with no code.
340340
*
341-
* @param string $code
342341
* @param string $entityType
342+
*
343343
* @return string
344344
*/
345345
private function getAttributeQueryNoCode(string $entityType) : string
@@ -368,7 +368,7 @@ private function getAttributeQueryNoCode(string $entityType) : string
368368
* Prepare and return GraphQL query for given code with no entity type.
369369
*
370370
* @param string $code
371-
* @param string $entityType
371+
*
372372
* @return string
373373
*/
374374
private function getAttributeQueryNoEntityType(string $code) : string

0 commit comments

Comments
 (0)