Completed
Push — master ( d5d9fe...ee2588 )
by Dmitry
05:05 queued 01:50
created
src/Schema.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             case 'float':
52 52
                 return (float) $value;
53 53
 
54
-           case 'unsigned':
54
+            case 'unsigned':
55 55
             case 'UNSIGNED':
56 56
             case 'num':
57 57
             case 'NUM':
Please login to merge, or discard this patch.