@@ -1035,7 +1035,7 @@ |
||
| 1035 | 1035 | if ($this->logQueries) |
| 1036 | 1036 | { |
| 1037 | 1037 | $this->queryLog[] = ['query' => $query, |
| 1038 | - 'time' => microtime(true) - $time0]; |
|
| 1038 | + 'time' => microtime(true) - $time0]; |
|
| 1039 | 1039 | } |
| 1040 | 1040 | } |
| 1041 | 1041 | |