Completed
Push — master ( 79c635...c9733f )
by Allan
02:15 queued 10s
created
src/Plugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,10 +107,10 @@
 block discarded – undo
107 107
         $bootstrap = $this->bootstrap;
108 108
 
109 109
         $result = $runtimeUtils->executeWithPostAction(
110
-            function () use ($bootstrap, $event) {
110
+            function() use ($bootstrap, $event) {
111 111
                 return $bootstrap->applyPatches($event->isDevMode());
112 112
             },
113
-            function () use ($event, $lockSanitizer, $compExecutor) {
113
+            function() use ($event, $lockSanitizer, $compExecutor) {
114 114
                 $repository = $event->getComposer()->getRepositoryManager()->getLocalRepository();
115 115
                 $installationManager = $event->getComposer()->getInstallationManager();
116 116
                 $compExecutor->repositoryWrite($repository, $installationManager, $event->isDevMode());
Please login to merge, or discard this patch.