@@ -236,7 +236,7 @@ |
||
| 236 | 236 | */ |
| 237 | 237 | public function order ($column, $direction = self::DEFAULT_ORDER_DIRECTION) |
| 238 | 238 | { |
| 239 | - $this->queryElements[self::ORDER_KEY][] = rawurlencode($column . " " . $direction); |
|
| 239 | + $this->queryElements[self::ORDER_KEY][] = rawurlencode($column." ".$direction); |
|
| 240 | 240 | |
| 241 | 241 | return $this; |
| 242 | 242 | } |