Passed
Pull Request — master (#105)
by
unknown
07:24
created
src/Managers/RepositoryManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.