@@ -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 | |
@@ -365,8 +365,8 @@ |
||
| 365 | 365 | if ($n===0) |
| 366 | 366 | { |
| 367 | 367 | throw new RuntimeException("Illegal format at line %d in file '%s'.", |
| 368 | - $lineNumber, |
|
| 369 | - $this->constantsFilename); |
|
| 368 | + $lineNumber, |
|
| 369 | + $this->constantsFilename); |
|
| 370 | 370 | } |
| 371 | 371 | |
| 372 | 372 | if (isset($matches[6])) |