Passed
Branch release/3 (715899)
by Allan
08:04 queued 05:34
created
src/Composer/Commands/PatchCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
         $lockSanitizer = new \Vaimo\ComposerPatches\Repository\Lock\Sanitizer($appIO);
185 185
 
186 186
         $runtimeUtils->executeWithPostAction(
187
-            function () use ($shouldUndo, $filters, $isDevMode, $bootstrap, $runtimeUtils, $input, $behaviourFlags) {
187
+            function() use ($shouldUndo, $filters, $isDevMode, $bootstrap, $runtimeUtils, $input, $behaviourFlags) {
188 188
                 if ($shouldUndo && !array_filter($filters)) {
189 189
                     $bootstrap->stripPatches($isDevMode);
190 190
                 } else {
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
                     $bootstrap->applyPatches($isDevMode);
197 197
                 }
198 198
             },
199
-            function () use ($composer, $lockSanitizer) {
199
+            function() use ($composer, $lockSanitizer) {
200 200
                 $repository = $composer->getRepositoryManager()->getLocalRepository();
201 201
 
202 202
                 $repository->write();
Please login to merge, or discard this patch.