@@ -132,7 +132,7 @@ |
||
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 | } |