Completed
Push — master ( 1cfd7b...f34219 )
by Yaro
9s
created
src/Mail/LogEmail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         $subject = sprintf('[%s] @ %s: %s', $this->data['class'], $this->data['host'], $this->data['exception']);
30 30
     
31 31
         // to protect from gmail's anchors automatic generating
32
-        $this->withSwiftMessage(function ($message) {
32
+        $this->withSwiftMessage(function($message) {
33 33
             $message->setBody(
34 34
                 preg_replace(
35 35
                     ['~\.~', '~http~'],
Please login to merge, or discard this patch.