Completed
Push — master ( c8e763...b9670f )
by Nielsen
236:27 queued 186:47
created
src/Core/Filter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         $param = "p_" . count($this->params);
31 31
         $this->params[$param] = $value;
32 32
         // TODO check the ':' with NoSQL
33
-        $condition = new Condition($col, $op, $value === null ?  null : ":" . $param);
33
+        $condition = new Condition($col, $op, $value === null ? null : ":" . $param);
34 34
         if ($this->predicate != null) {
35 35
             $method = $this->method;
36 36
             $condition->$method($this->predicate);
Please login to merge, or discard this patch.