From: Elliott Eggleston Date: Wed, 15 Nov 2017 04:43:49 +0000 (-0500) Subject: Update sendMail return type X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d08876294f2487618220b8acc854c407fcfb1a3b;p=civicrm-core.git Update sendMail return type --- diff --git a/CRM/Event/BAO/Event.php b/CRM/Event/BAO/Event.php index 494dde644a..70dc5f4d82 100644 --- a/CRM/Event/BAO/Event.php +++ b/CRM/Event/BAO/Event.php @@ -1110,7 +1110,7 @@ WHERE civicrm_event.is_active = 1 * @param int $participantId * @param bool $isTest * @param bool $returnMessageText - * @return array + * @return array|null */ public static function sendMail($contactID, &$values, $participantId, $isTest = FALSE, $returnMessageText = FALSE) {