Skip to content

Commit

Permalink
Merge pull request #22574 from braders/send_unsub_response-phpdoc
Browse files Browse the repository at this point in the history
(NFC) Minor phpdoc fixes to CRM_Mailing_Event_BAO_Unsubscribe::send_unsub_response
  • Loading branch information
totten authored Jan 20, 2022
2 parents c1b2ece + 4bac485 commit e47d3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Mailing/Event/BAO/Unsubscribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ public static function unsub_from_mailing($job_id, $queue_id, $hash, $return = F
* 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?.
Expand Down

0 comments on commit e47d3b5

Please sign in to comment.