@@ -87,7 +87,7 @@ |
||
| 87 | 87 | $fileSystem->remove($installDir . DIRECTORY_SEPARATOR . 'composer.json'); |
| 88 | 88 | $fileSystem->remove( |
| 89 | 89 | array_map( |
| 90 | - function ($file) use ($dataDir) { |
|
| 90 | + function($file) use ($dataDir) { |
|
| 91 | 91 | return $dataDir . DIRECTORY_SEPARATOR . $file; |
| 92 | 92 | }, |
| 93 | 93 | [ |