Skip to content

Commit

Permalink
Remove obsolete comments, fixes PHPMailer#79
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Aug 28, 2017
1 parent 2579038 commit 1c43605
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/PHPMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,6 @@ public function addAddress($address, $name = '')
/**
* 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
*
Expand All @@ -891,8 +889,6 @@ public function addCC($address, $name = '')
/**
* 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
*
Expand Down

0 comments on commit 1c43605

Please sign in to comment.