Completed
Push — master ( af7f90...e7c0cc )
by Ivan
14:43
created
src/schema/TableColumn.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
             $this->btype = 'enum';
128 128
         } elseif (strpos($type, 'json') !== false) {
129 129
             $this->btype = 'json';
130
-        }  elseif (strpos($type, 'text') !== false || strpos($type, 'char') !== false) {
130
+        } elseif (strpos($type, 'text') !== false || strpos($type, 'char') !== false) {
131 131
             $this->btype = 'text';
132 132
         } elseif (strpos($type, 'int') !== false ||
133 133
             strpos($type, 'bit') !== false ||
Please login to merge, or discard this patch.