@@ -50,7 +50,7 @@ |
||
| 50 | 50 | |
| 51 | 51 | public function join($type) |
| 52 | 52 | { |
| 53 | - $this->join[] = (array)$type; |
|
| 53 | + $this->join[] = (array) $type; |
|
| 54 | 54 | |
| 55 | 55 | return $this; |
| 56 | 56 | } |