(NFC) Minor phpdoc fixes to CRM_Mailing_Event_BAO_Unsubscribe::send_unsub_response
authorBradley Taylor <hello@brad-taylor.co.uk>
Wed, 19 Jan 2022 19:24:16 +0000 (19:24 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Wed, 19 Jan 2022 19:24:16 +0000 (19:24 +0000)
CRM/Mailing/Event/BAO/Unsubscribe.php

index 4e6b216d91eae004d4ded448a53cfd73f3b34f38..ecc2b5e3da0ecbdef40f7181aef6633b25b8acd3 100644 (file)
@@ -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?.