@@ -180,7 +180,7 @@ |
||
180 | 180 | $ret = array(); |
181 | 181 | foreach ($component as $c) { |
182 | 182 | $ret[] = array_search($c->type, static::$JOINS) . ' ' . $c->expr |
183 | - . (! empty($c->on) |
|
183 | + . (!empty($c->on) |
|
184 | 184 | ? ' ON ' . Condition::build($c->on) |
185 | 185 | : ' USING ' . ArrayObj::build($c->using)); |
186 | 186 | } |