@@ -14,7 +14,7 @@ |
||
14 | 14 | * |
15 | 15 | * @return Text |
16 | 16 | */ |
17 | - public function toText () { |
|
17 | + public function toText() { |
|
18 | 18 | if ($this->db == 'sqlite') { |
19 | 19 | return new Text($this->db, "CAST({$this} AS TEXT)"); |
20 | 20 | } |