Passed
Branch master (16a956)
by luo
02:27
created
index.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -354,7 +354,9 @@
 block discarded – undo
354 354
         }
355 355
         $mail->msgHTML($message, __DIR__ . '/mail');
356 356
 
357
-        if (!$mail->send()) throw new \Exception($mail->ErrorInfo);
357
+        if (!$mail->send()) {
358
+            throw new \Exception($mail->ErrorInfo);
359
+        }
358 360
     }
359 361
 }
360 362
 
Please login to merge, or discard this patch.