@@ -94,10 +94,10 @@ |
||
94 | 94 | $runtimeUtils = new \Vaimo\ComposerPatches\Utils\RuntimeUtils(); |
95 | 95 | |
96 | 96 | $runtimeUtils->executeWithPostAction( |
97 | - function () use ($bootstrap, $event) { |
|
97 | + function() use ($bootstrap, $event) { |
|
98 | 98 | $bootstrap->applyPatches($event->isDevMode()); |
99 | 99 | }, |
100 | - function () use ($event, $lockSanitizer) { |
|
100 | + function() use ($event, $lockSanitizer) { |
|
101 | 101 | $repository = $event->getComposer()->getRepositoryManager()->getLocalRepository(); |
102 | 102 | |
103 | 103 | $repository->write(); |