@@ -148,7 +148,7 @@ |
||
| 148 | 148 | { |
| 149 | 149 | $process = new Process($this->generateConsoleCommand($results, true)); |
| 150 | 150 | |
| 151 | - $process->run(function ($type, $output) |
|
| 151 | + $process->run(function($type, $output) |
|
| 152 | 152 | { |
| 153 | 153 | $this->command->line($output); |
| 154 | 154 | }); |
@@ -44,8 +44,7 @@ |
||
| 44 | 44 | 'Existing .env file was found. Use it for defaults?', |
| 45 | 45 | true |
| 46 | 46 | ) |
| 47 | - ) |
|
| 48 | - { |
|
| 47 | + ) { |
|
| 49 | 48 | $file = '.env'; |
| 50 | 49 | } |
| 51 | 50 | |