From d08876294f2487618220b8acc854c407fcfb1a3b Mon Sep 17 00:00:00 2001 From: Elliott Eggleston Date: Tue, 14 Nov 2017 23:43:49 -0500 Subject: [PATCH] Update sendMail return type --- CRM/Event/BAO/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.25.1