Passed
Push — master ( 3d7ab7...c6cd3b )
by Maja
07:26
created
core/DeploymentManaged.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -458,8 +458,9 @@
 block discarded – undo
458 458
         $mail->Body = $txt;
459 459
 
460 460
         $sent = $mail->send();
461
-        if ( $sent === FALSE)
462
-        $this->loggerInstance->debug(1, 'Mailing on RADIUS problem failed');
461
+        if ( $sent === FALSE) {
462
+                $this->loggerInstance->debug(1, 'Mailing on RADIUS problem failed');
463
+        }
463 464
     }
464 465
     /**
465 466
      * check if URL responds with 200
Please login to merge, or discard this patch.