| @@ -750,7 +750,7 @@ discard block | ||
| 750 | 750 | /** | 
| 751 | 751 | * Send the email to all recipients | 
| 752 | 752 | * | 
| 753 | - * @return boolean Success / Failure. | |
| 753 | + * @return boolean|null Success / Failure. | |
| 754 | 754 | * @todo Implement methods and property for toggling rich-text vs. plain-text | 
| 755 | 755 | * emails (`$mail->isHTML(true)`). | 
| 756 | 756 | */ | 
| @@ -887,7 +887,7 @@ discard block | ||
| 887 | 887 | * Log the send event for each recipient. | 
| 888 | 888 | * | 
| 889 | 889 | * @param boolean $result Success or failure. | 
| 890 | - * @param mixed $mailer The raw mailer. | |
| 890 | + * @param PHPMailer $mailer The raw mailer. | |
| 891 | 891 | * @return void | 
| 892 | 892 | */ | 
| 893 | 893 | protected function logSend($result, $mailer) |