Skip to content

Commit 9da4442

Browse files
committed
Fix static analysis
1 parent 493fdaf commit 9da4442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/GraphQl/Model/Query/Logger/NewRelic.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ public function execute(array $queryDetails)
5151
foreach ($queryDetails as $key => $value) {
5252
$this->newRelicWrapper->addCustomParameter($key, $value);
5353
}
54-
5554
}
5655
}

0 commit comments

Comments
 (0)