@@ -155,7 +155,8 @@ discard block |
||
155 | 155 | * @param string $path |
156 | 156 | * @return bool |
157 | 157 | */ |
158 | - public function setQueuePath($path = '') { |
|
158 | + public function setQueuePath($path = '') |
|
159 | + { |
|
159 | 160 | if (!empty($path)) { |
160 | 161 | $this->queuePath = $path; |
161 | 162 | return true; |
@@ -187,7 +188,8 @@ discard block |
||
187 | 188 | /** |
188 | 189 | * @return string |
189 | 190 | */ |
190 | - protected function getFileName() { |
|
191 | + protected function getFileName() |
|
192 | + { |
|
191 | 193 | return $this->mail->getMessageID() . '.eml'; |
192 | 194 | } |
193 | 195 |