@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | $lockSanitizer = new \Vaimo\ComposerPatches\Repository\Lock\Sanitizer($appIO); |
185 | 185 | |
186 | 186 | $runtimeUtils->executeWithPostAction( |
187 | - function () use ($shouldUndo, $filters, $isDevMode, $bootstrap, $runtimeUtils, $input, $behaviourFlags) { |
|
187 | + function() use ($shouldUndo, $filters, $isDevMode, $bootstrap, $runtimeUtils, $input, $behaviourFlags) { |
|
188 | 188 | if ($shouldUndo && !array_filter($filters)) { |
189 | 189 | $bootstrap->stripPatches($isDevMode); |
190 | 190 | } else { |
@@ -196,7 +196,7 @@ discard block |
||
196 | 196 | $bootstrap->applyPatches($isDevMode); |
197 | 197 | } |
198 | 198 | }, |
199 | - function () use ($composer, $lockSanitizer) { |
|
199 | + function() use ($composer, $lockSanitizer) { |
|
200 | 200 | $repository = $composer->getRepositoryManager()->getLocalRepository(); |
201 | 201 | |
202 | 202 | $repository->write(); |