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)
76
76
$ this ->statements [$ idx ] = array_merge ($ this ->statements [$ idx ], [
77
77
'end_time ' => microtime (true ) * 1000 ,
78
78
'nb_results ' => $ statementResult ->size (),
79
- 'statistics ' => $ this ->statisticsToArray ($ statementResult ->summarize ()->updateStatistics ())
79
+ 'statistics ' => $ this ->statisticsToArray ($ statementResult ->summarize ()->updateStatistics ()),
80
80
]);
81
81
}
82
82
@@ -136,7 +136,7 @@ private function statisticsToArray(StatementStatisticsInterface $statementStatis
136
136
'indexes_added ' => $ statementStatistics ->indexesAdded (),
137
137
'indexes_removed ' => $ statementStatistics ->indexesRemoved (),
138
138
'constraints_added ' => $ statementStatistics ->constraintsAdded (),
139
- 'constraints_removed ' => $ statementStatistics ->constraintsRemoved ()
139
+ 'constraints_removed ' => $ statementStatistics ->constraintsRemoved (),
140
140
];
141
141
142
142
return $ data ;
You can’t perform that action at this time.
0 commit comments