Passed
Branch master (a52b81)
by Allan
05:34 queued 03:09
created
src/Plugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,10 +94,10 @@
 block discarded – undo
94 94
         $runtimeUtils = new \Vaimo\ComposerPatches\Utils\RuntimeUtils();
95 95
 
96 96
         $runtimeUtils->executeWithPostAction(
97
-            function () use ($bootstrap, $event) {
97
+            function() use ($bootstrap, $event) {
98 98
                 $bootstrap->applyPatches($event->isDevMode());
99 99
             },
100
-            function () use ($event, $lockSanitizer) {
100
+            function() use ($event, $lockSanitizer) {
101 101
                 $repository = $event->getComposer()->getRepositoryManager()->getLocalRepository();
102 102
 
103 103
                 $repository->write();
Please login to merge, or discard this patch.