Completed
Push — master ( 764289...80d590 )
by Christopher
01:55
created
FilterBuilder.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
             return '('.$this->operator[$operator].'('.implode(") (", $parts).')'.implode($other).')';
133 133
         } else if (!empty($other)) {
134 134
             return '('.$this->operator[$operator].implode($other).')';
135
-        }else {
135
+        } else {
136 136
             return '';
137 137
         }
138 138
     }
Please login to merge, or discard this patch.