Passed
Branch master (b429f2)
by guilherme
01:39
created
coffeebreaks/Mail.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
             if ($this->mail->send()){
58 58
                 $this->result = true;
59 59
 
60
-            }else{
60
+            } else{
61 61
                 $this->result = false;
62 62
             }
63 63
         } catch (Exception $e){
Please login to merge, or discard this patch.