Completed
Push — master ( 52700d...165e70 )
by Hung
9s
created
src/Helper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
         $query .= $name.' ';
153 153
 
154 154
         // user variables must always be processed as arrays
155
-        if ($user_var && ! is_array($value)) {
155
+        if ($user_var && !is_array($value)) {
156 156
             $query .= '= ('.$this->getConnection()->quote($value).')';
157 157
         } elseif (is_array($value)) {
158 158
             $query .= '= ('.implode(', ', $this->getConnection()->quoteArr($value)).')';
Please login to merge, or discard this patch.