Passed
Pull Request — master (#432)
by
unknown
03:06
created
tests/Builder/AlterStatementTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
             'RENAME TO newTable, ' .
138 138
             'RENAME INDEX oldIndex TO newIndex, ' .
139 139
             'RENAME COLUMN b TO a, ' .
140
-            'RENAME COLUMN a TO b' ;
140
+            'RENAME COLUMN a TO b';
141 141
         yield 'Mixed RENAME table + RENAME INDEX + RENAME COLUMNS' => [$query];
142 142
     }
143 143
 
Please login to merge, or discard this patch.