@@ -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 |