Completed
Push — master ( d06511...3d3ec0 )
by Christopher
02:49
created
Query.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
         }
185 185
         
186 186
         $result = $this->execute($db);
187
-        return (boolean)$result->count();
187
+        return (boolean) $result->count();
188 188
     }
189 189
 
190 190
     /**
Please login to merge, or discard this patch.