Passed
Push — master ( 3b84dd...34dc55 )
by Maja
06:51
created
core/DeploymentManaged.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -468,11 +468,11 @@
 block discarded – undo
468 468
         return 0;
469 469
     }
470 470
         /**
471
-     * check whether the configured RADIUS hosts actually exist
472
-     * 
473
-     * @param integer $idx server index 1 (primary) or 2 (backup)
474
-     * @return integer or NULL
475
-     */
471
+         * check whether the configured RADIUS hosts actually exist
472
+         * 
473
+         * @param integer $idx server index 1 (primary) or 2 (backup)
474
+         * @return integer or NULL
475
+         */
476 476
     private function testRADIUSHost($idx) {
477 477
         if ($idx == 1) {
478 478
             $host = $this->radius_hostname_1;
Please login to merge, or discard this patch.