@@ -203,7 +203,7 @@ |
||
| 203 | 203 | $this->statements['offset'] = null; |
| 204 | 204 | $this->statements['aggregate'] = ['count', $column ?: '*']; |
| 205 | 205 | |
| 206 | - $count = (int)$this->execute()[0]['aggregate']; |
|
| 206 | + $count = (int) $this->execute()[0]['aggregate']; |
|
| 207 | 207 | |
| 208 | 208 | $this->compilerState->invalidate(); |
| 209 | 209 | $this->statements = $statements; |