Passed
Pull Request — master (#19)
by
unknown
01:51
created
libs/Mail.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,6 +115,8 @@
 block discarded – undo
115 115
 
116 116
         self::mail()->msgHTML($message, APP_PATH . '/mail');
117 117
 
118
-        if (!self::mail()->send()) throw new MailException(self::mail()->ErrorInfo);
118
+        if (!self::mail()->send()) {
119
+            throw new MailException(self::mail()->ErrorInfo);
120
+        }
119 121
     }
120 122
 }
121 123
\ No newline at end of file
Please login to merge, or discard this patch.
app/Console/FreeNom.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -286,8 +286,7 @@
 block discarded – undo
286 286
                     ];
287 287
                 }
288 288
             }
289
-        } 
290
-        else {
289
+        } else {
291 290
             $username = env('FREENOM_USERNAME');
292 291
             $password = env('FREENOM_PASSWORD');
293 292
             if ($username && $password) {
Please login to merge, or discard this patch.