We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e414ed commit 1c1b8e0Copy full SHA for 1c1b8e0
app/code/Magento/GraphQl/Helper/Query/Logger/LogData.php
@@ -48,9 +48,7 @@ public function getLogData(
48
if ($schema) {
49
$logData = array_merge($logData, $this->gatherQueryInformation($schema));
50
}
51
- } catch (\Exception $exception) {
52
- // do nothing
53
- }
+ } catch (\Exception $exception) {} //@codingStandardsIgnoreLine
54
55
if ($response) {
56
$logData = array_merge($logData, $this->gatherResponseInformation($response));
0 commit comments