File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function finish(StatementResultInterface $statementResult)
7676 $ this ->statements [$ idx ] = array_merge ($ this ->statements [$ idx ], [
7777 'end_time ' => microtime (true ) * 1000 ,
7878 'nb_results ' => $ statementResult ->size (),
79- 'statistics ' => $ this ->statisticsToArray ($ statementResult ->summarize ()->updateStatistics ())
79+ 'statistics ' => $ this ->statisticsToArray ($ statementResult ->summarize ()->updateStatistics ()),
8080 ]);
8181 }
8282
@@ -136,7 +136,7 @@ private function statisticsToArray(StatementStatisticsInterface $statementStatis
136136 'indexes_added ' => $ statementStatistics ->indexesAdded (),
137137 'indexes_removed ' => $ statementStatistics ->indexesRemoved (),
138138 'constraints_added ' => $ statementStatistics ->constraintsAdded (),
139- 'constraints_removed ' => $ statementStatistics ->constraintsRemoved ()
139+ 'constraints_removed ' => $ statementStatistics ->constraintsRemoved (),
140140 ];
141141
142142 return $ data ;
You can’t perform that action at this time.
0 commit comments