@@ -103,10 +103,10 @@ |
||
103 | 103 | $bootstrap = $this->bootstrap; |
104 | 104 | |
105 | 105 | $result = $runtimeUtils->executeWithPostAction( |
106 | - function () use ($bootstrap, $event) { |
|
106 | + function() use ($bootstrap, $event) { |
|
107 | 107 | return $bootstrap->applyPatches($event->isDevMode()); |
108 | 108 | }, |
109 | - function () use ($event, $lockSanitizer) { |
|
109 | + function() use ($event, $lockSanitizer) { |
|
110 | 110 | $repository = $event->getComposer()->getRepositoryManager()->getLocalRepository(); |
111 | 111 | |
112 | 112 | $repository->write(); |