Passed
Push — master ( a9985b...542af4 )
by guilherme
03:00 queued 18s
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.