Passed
Branch master (d57c11)
by Joao
02:13
created
src/Wrapper/MailgunApiWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
         $result = $request->postMultiPartForm($message);
59 59
         $resultJson = json_decode($result, true);
60 60
         if (!isset($resultJson['id'])) {
61
-            throw new MailApiException('Mailgun: ' . $resultJson['message']);
61
+            throw new MailApiException('Mailgun: '.$resultJson['message']);
62 62
         }
63 63
 
64 64
         return true;
Please login to merge, or discard this patch.