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 ea5443a commit a4b34d0Copy full SHA for a4b34d0
Collector/QueryLogger.php
@@ -6,7 +6,6 @@
6
7
use GraphAware\Common\Cypher\StatementInterface;
8
use GraphAware\Common\Result\StatementResult as StatementResultInterface;
9
-use GraphAware\Common\Result\StatementStatistics;
10
use GraphAware\Common\Result\StatementStatisticsInterface;
11
12
/**
@@ -50,7 +49,7 @@ public function record(StatementInterface $statement)
50
49
'query' => $statementText,
51
'parameters' => $statementParams,
52
'tag' => $statement->getTag(),
53
- 'statistics' => []
+ 'statistics' => [],
54
];
55
$this->statementsHash[$statementText][$statementParams][$tag] = $idx;
56
}
0 commit comments