@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | * @param string $plainContent |
19 | 19 | * @param bool $attachedFiles |
20 | 20 | * @param bool $customHeaders |
21 | - * @return bool|mixed |
|
21 | + * @return boolean |
|
22 | 22 | */ |
23 | 23 | public function sendPlain($to, $from, $subject, $plainContent, $attachedFiles = false, $customHeaders = false) |
24 | 24 | { |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | * @param bool $customHeaders |
51 | 51 | * @param bool $plainContent |
52 | 52 | * @param bool $inlineImages |
53 | - * @return bool|mixed |
|
53 | + * @return boolean |
|
54 | 54 | */ |
55 | 55 | public function sendHTML( |
56 | 56 | $to, |