@@ -70,7 +70,7 @@ |
||
70 | 70 | $compExecutor = $this->compExecutor; |
71 | 71 | $installationManager = $this->installationManager; |
72 | 72 | return $this->consoleSilencer->applyToCallback( |
73 | - function () use ($compExecutor, $installationManager, $repository, $resetOperation, $uninstallOperation) { |
|
73 | + function() use ($compExecutor, $installationManager, $repository, $resetOperation, $uninstallOperation) { |
|
74 | 74 | return $compExecutor->processReinstallOperation($repository, $installationManager, $resetOperation, $uninstallOperation); |
75 | 75 | } |
76 | 76 | ); |