From 4bac485149bcf288fbda3c8abf8bcbb158f06b70 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Wed, 19 Jan 2022 19:24:16 +0000 Subject: [PATCH] (NFC) Minor phpdoc fixes to CRM_Mailing_Event_BAO_Unsubscribe::send_unsub_response --- CRM/Mailing/Event/BAO/Unsubscribe.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Mailing/Event/BAO/Unsubscribe.php b/CRM/Mailing/Event/BAO/Unsubscribe.php index 4e6b216d91..ecc2b5e3da 100644 --- a/CRM/Mailing/Event/BAO/Unsubscribe.php +++ b/CRM/Mailing/Event/BAO/Unsubscribe.php @@ -293,9 +293,9 @@ WHERE email = %2 * Send a response email informing the contact of the groups from which he. * has been unsubscribed. * - * @param string $queue_id + * @param int $queue_id * The queue event ID. - * @param array $groups + * @param array|null $groups * List of group IDs. * @param bool $is_domain * Is this domain-level?. -- 2.25.1