Passed
Push — master ( 45df80...4bf09c )
by Maja
06:09
created
core/DeploymentManaged.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -447,8 +447,8 @@
 block discarded – undo
447 447
         if ($onlyone) {
448 448
             $toPost[$onlyone]  = '';
449 449
         } else {
450
-          $toPost[1] = '';
451
-          $toPost[2] = '';
450
+            $toPost[1] = '';
451
+            $toPost[2] = '';
452 452
         }
453 453
         $toPostTemplate = 'instid=' . $this->institution . '&deploymentid=' . $this->identifier . '&secret=' . $this->secret . '&country=' . $this->getAttributes("internal:country")[0]['value'] . '&';
454 454
         if ($remove) {
Please login to merge, or discard this patch.