@@ -29,7 +29,7 @@ |
||
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~'], |