@@ -42,7 +42,7 @@  | 
                                                    ||
| 42 | 42 | }  | 
                                                        
| 43 | 43 | |
| 44 | 44 | $phinxArguments['command'] = $commandName;  | 
                                                        
| 45 | - $phinxArguments['--configuration'] = PATH_APPLICATION .DS. 'configs' .DS. 'phinx.php';  | 
                                                        |
| 45 | + $phinxArguments['--configuration'] = PATH_APPLICATION . DS . 'configs' . DS . 'phinx.php';  | 
                                                        |
| 46 | 46 | $phinxArguments['--environment'] = 'default';  | 
                                                        
| 47 | 47 | |
| 48 | 48 | $phinxInput = new ArrayInput($phinxArguments);  |