Skip to content

Commit a4b34d0

Browse files
committed
cs fix
1 parent ea5443a commit a4b34d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Collector/QueryLogger.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use GraphAware\Common\Cypher\StatementInterface;
88
use GraphAware\Common\Result\StatementResult as StatementResultInterface;
9-
use GraphAware\Common\Result\StatementStatistics;
109
use GraphAware\Common\Result\StatementStatisticsInterface;
1110

1211
/**
@@ -50,7 +49,7 @@ public function record(StatementInterface $statement)
5049
'query' => $statementText,
5150
'parameters' => $statementParams,
5251
'tag' => $statement->getTag(),
53-
'statistics' => []
52+
'statistics' => [],
5453
];
5554
$this->statementsHash[$statementText][$statementParams][$tag] = $idx;
5655
}

0 commit comments

Comments
 (0)