Completed
Push — master ( 3eb051...ae0a42 )
by Christopher
04:00
created
FilterBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -294,7 +294,7 @@
 block discarded – undo
294 294
         $parts = [];
295 295
         foreach ($values as $value) {
296 296
             $value = empty($escape) ? $value : strtr($value, $escape);
297
-            $parts[] = $not.'('.$column.'=*'.$value.'*)'.($not? ')' : '');
297
+            $parts[] = $not.'('.$column.'=*'.$value.'*)'.($not ? ')' : '');
298 298
         }
299 299
 
300 300
         return '('.$this->operator[trim($andor)].implode($parts).')';
Please login to merge, or discard this patch.