Passed
Push — master ( 6a4462...5500dc )
by y
01:44
created
src/DB/SQL/Numeric.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.