Skip to content

Commit 5f405b4

Browse files
committed
Fix code styles issues
1 parent 4224794 commit 5f405b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ private function assertAttributes($actualResponse)
376376
'special_to_date',
377377
];
378378

379-
foreach($eavAttributes as $eavAttribute){
379+
foreach ($eavAttributes as $eavAttribute) {
380380
$this->assertArrayHasKey($eavAttribute, $actualResponse);
381381
}
382382
}
@@ -408,7 +408,7 @@ private function assertResponseFields($actualResponse, $assertionMap)
408408

409409
private function eavAttributesToGraphQlSchemaFieldTranslator($attributeCode)
410410
{
411-
if(isset($this->eavAttributesToGraphQlSchemaFieldMap[$attributeCode])){
411+
if (isset($this->eavAttributesToGraphQlSchemaFieldMap[$attributeCode])) {
412412
return $this->eavAttributesToGraphQlSchemaFieldMap[$attributeCode];
413413
}
414414

0 commit comments

Comments
 (0)