@@ -107,10 +107,10 @@ |
||
107 | 107 | $bootstrap = $this->bootstrap; |
108 | 108 | |
109 | 109 | $result = $runtimeUtils->executeWithPostAction( |
110 | - function () use ($bootstrap, $event) { |
|
110 | + function() use ($bootstrap, $event) { |
|
111 | 111 | return $bootstrap->applyPatches($event->isDevMode()); |
112 | 112 | }, |
113 | - function () use ($event, $lockSanitizer, $compExecutor) { |
|
113 | + function() use ($event, $lockSanitizer, $compExecutor) { |
|
114 | 114 | $repository = $event->getComposer()->getRepositoryManager()->getLocalRepository(); |
115 | 115 | $installationManager = $event->getComposer()->getInstallationManager(); |
116 | 116 | $compExecutor->repositoryWrite($repository, $installationManager, $event->isDevMode()); |