Passed
Push — master ( a3b21b...2fd0f1 )
by Allan
02:02
created
src/Plugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,10 +103,10 @@
 block discarded – undo
103 103
         $bootstrap = $this->bootstrap;
104 104
         
105 105
         $result = $runtimeUtils->executeWithPostAction(
106
-            function () use ($bootstrap, $event) {
106
+            function() use ($bootstrap, $event) {
107 107
                 return $bootstrap->applyPatches($event->isDevMode());
108 108
             },
109
-            function () use ($event, $lockSanitizer) {
109
+            function() use ($event, $lockSanitizer) {
110 110
                 $repository = $event->getComposer()->getRepositoryManager()->getLocalRepository();
111 111
 
112 112
                 $repository->write();
Please login to merge, or discard this patch.