@@ -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 | |
| 47 | 47 | if ($command->getDefinition()->hasOption('environment')) { |
| 48 | 48 | $phinxArguments['--environment'] = 'default'; |
@@ -60,7 +60,7 @@ |
||
| 60 | 60 | |
| 61 | 61 | $arguments = [ |
| 62 | 62 | 'command' => 'require', |
| 63 | - 'packages' => ['bluzphp/module-'. $input->getArgument('module')] |
|
| 63 | + 'packages' => ['bluzphp/module-' . $input->getArgument('module')] |
|
| 64 | 64 | ]; |
| 65 | 65 | |
| 66 | 66 | // call `composer install` command programmatically |
@@ -60,7 +60,7 @@ |
||
| 60 | 60 | |
| 61 | 61 | $arguments = [ |
| 62 | 62 | 'command' => 'remove', |
| 63 | - 'packages' => ['bluzphp/module-'. $input->getArgument('module')] |
|
| 63 | + 'packages' => ['bluzphp/module-' . $input->getArgument('module')] |
|
| 64 | 64 | ]; |
| 65 | 65 | |
| 66 | 66 | // call `composer install` command programmatically |