@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | (new Process($command, base_path(), ['COMPOSER_MEMORY_LIMIT' => '-1'])) |
| 145 | 145 | ->setTimeout(null) |
| 146 | 146 | ->run( |
| 147 | - function ($type, $output) { |
|
| 147 | + function($type, $output) { |
|
| 148 | 148 | $this->output->write($output); |
| 149 | 149 | } |
| 150 | 150 | ); |
@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | { |
| 191 | 191 | tap( |
| 192 | 192 | new Filesystem, |
| 193 | - function ($files) { |
|
| 193 | + function($files) { |
|
| 194 | 194 | $files->deleteDirectory(base_path('node_modules')); |
| 195 | 195 | |
| 196 | 196 | $files->delete(base_path('yarn.lock')); |