Update sendMail return type
authorElliott Eggleston <ejegg@ejegg.com>
Wed, 15 Nov 2017 04:43:49 +0000 (23:43 -0500)
committerElliott Eggleston <ejegg@ejegg.com>
Wed, 15 Nov 2017 04:43:49 +0000 (23:43 -0500)
CRM/Event/BAO/Event.php

index 494dde644a6f08c85985043751a6f532dd9f99c5..70dc5f4d82b1279a5a5f746d2af2591e512a5f92 100644 (file)
@@ -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) {