@@ -175,7 +175,7 @@ |
||
175 | 175 | if (strpos($email, ';')) { |
176 | 176 | $emails = explode(';', $email); |
177 | 177 | |
178 | - $emails = array_map(function ($item) { |
|
178 | + $emails = array_map(function($item) { |
|
179 | 179 | return trim($item); |
180 | 180 | }, $emails); |
181 | 181 |
@@ -219,7 +219,7 @@ |
||
219 | 219 | if (!empty($this->pdf)) { |
220 | 220 | $this->mail->addStringAttachment( |
221 | 221 | $this->pdf, |
222 | - $this->fields->id. '.pdf', |
|
222 | + $this->fields->id . '.pdf', |
|
223 | 223 | 'base64', |
224 | 224 | 'application/pdf' |
225 | 225 | ); |