Passed
Pull Request — 1.3 (#48)
by Vincent
16:43 queued 07:50
created
src/Query/Custom/KeyValue/KeyValueQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.