Passed
Push — Security_and_bug_fixes ( 87e456...b78623 )
by Stone
02:05
created
App/Controllers/Ajax/Config.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         try{
68 68
             $this->sendMail->sendTestMail();
69 69
             $result['success'] = true;
70
-        }catch (Swift_TransportException $e) {
70
+        } catch (Swift_TransportException $e) {
71 71
             $result['success'] = false;
72 72
         }
73 73
 
Please login to merge, or discard this patch.