@@ -74,7 +74,7 @@ |
||
74 | 74 | $compExecutor = $this->compExecutor; |
75 | 75 | $installationManager = $this->installationManager; |
76 | 76 | return $this->consoleSilencer->applyToCallback( |
77 | - function () use ($compExecutor, $installationManager, $repository, $resetOperation, $uninstallOperation, $composer) { |
|
77 | + function() use ($compExecutor, $installationManager, $repository, $resetOperation, $uninstallOperation, $composer) { |
|
78 | 78 | return $compExecutor->processReinstallOperation($repository, $installationManager, $resetOperation, $uninstallOperation, $composer); |
79 | 79 | } |
80 | 80 | ); |