@@ -10,7 +10,7 @@ |
||
| 10 | 10 | public static function composePath() |
| 11 | 11 | { |
| 12 | 12 | $pathSegments = array_map( |
| 13 | - function ($item) { |
|
| 13 | + function($item) { |
|
| 14 | 14 | return rtrim($item, DIRECTORY_SEPARATOR); |
| 15 | 15 | }, |
| 16 | 16 | func_get_args() |
@@ -92,7 +92,7 @@ |
||
| 92 | 92 | $downloader = $this->fileDownloader; |
| 93 | 93 | |
| 94 | 94 | $this->consoleSilencer->applyToCallback( |
| 95 | - function () use ($downloader, $package, $destinationFolder) { |
|
| 95 | + function() use ($downloader, $package, $destinationFolder) { |
|
| 96 | 96 | $downloader->download($package, $destinationFolder, false); |
| 97 | 97 | } |
| 98 | 98 | ); |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | $installer = $this->installationManager; |
| 65 | 65 | |
| 66 | 66 | $this->consoleSilencer->applyToCallback( |
| 67 | - function () use ($installer, $repository, $operation) { |
|
| 67 | + function() use ($installer, $repository, $operation) { |
|
| 68 | 68 | $installer->install($repository, $operation); |
| 69 | 69 | } |
| 70 | 70 | ); |