0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00

Remove obsolete comments, fixes #79

This commit is contained in:
Marcus Bointon 2017-08-28 12:09:07 +02:00
parent 2579038ad7
commit 1c43605340
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -876,8 +876,6 @@ class PHPMailer
/**
* Add a "CC" address.
*
* This function works with the SMTP mailer on win32, not with the "mail" mailer.
*
* @param string $address The email address to send to
* @param string $name
*
@ -891,8 +889,6 @@ class PHPMailer
/**
* Add a "BCC" address.
*
* This function works with the SMTP mailer on win32, not with the "mail" mailer.
*
* @param string $address The email address to send to
* @param string $name
*