Completed
Pull Request — master (#106)
by Michal
281:19 queued 216:19
created
src/Components/CreateDefinition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
                         $parser->error(
227 227
                             'A symbol name was expected! '
228 228
                             . 'A reserved keyword can not be used '
229
-                            . 'as a column name without backquotes.' ,
229
+                            . 'as a column name without backquotes.',
230 230
                             $token
231 231
                         );
232 232
                         return $ret;
Please login to merge, or discard this patch.