Merge pull request #3003 from jeijei4/patch-1

Update of PHPDoc comment of the addOrEnqueueAnAddress function
This commit is contained in:
Marcus Bointon 2024-10-02 22:45:21 +02:00 committed by GitHub
commit 7a67257f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1071,7 +1071,7 @@ class PHPMailer
* be modified after calling this function), addition of such addresses is delayed until send().
* Addresses that have been added already return false, but do not throw exceptions.
*
* @param string $kind One of 'to', 'cc', 'bcc', or 'ReplyTo'
* @param string $kind One of 'to', 'cc', 'bcc', or 'Reply-To'
* @param string $address The email address
* @param string $name An optional username associated with the address
*