@@ -50,7 +50,7 @@ |
||
50 | 50 | { |
51 | 51 | $rootPackages = array_filter( |
52 | 52 | $packagesByName, |
53 | - function ($package) { |
|
53 | + function($package) { |
|
54 | 54 | return $package instanceof \Composer\Package\RootPackageInterface; |
55 | 55 | } |
56 | 56 | ); |
@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | public function resolveAutoloadFilePath(\Composer\Composer $composer) |
35 | 35 | { |
36 | - /** |
|
36 | + /** |
|
37 | 37 | * When running through the initial installation, make sure that installing the proxy |
38 | 38 | * command (to get the patch commands) does not result in crashing the whole |
39 | 39 | * installation process. |
@@ -114,7 +114,7 @@ |
||
114 | 114 | |
115 | 115 | private function composePath() |
116 | 116 | { |
117 | - $pathSegments = array_map(function ($item) { |
|
117 | + $pathSegments = array_map(function($item) { |
|
118 | 118 | return rtrim($item, \DIRECTORY_SEPARATOR); |
119 | 119 | }, func_get_args()); |
120 | 120 |