Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Sep 12, 2017
1 parent 7201c4f commit 5058175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PHPMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,7 @@ public function setSMTPInstance(SMTP $smtp)
* Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
*
* @see PHPMailer::setSMTPInstance() to use a different class.
*
* @uses \PHPMailer\PHPMailer\SMTP
*
* @param string $header The message headers
Expand Down Expand Up @@ -1762,7 +1763,7 @@ protected function smtpSend($header, $body)
*
* @throws Exception
*
* @uses SMTP
* @uses \PHPMailer\PHPMailer\SMTP
*
* @return bool
*/
Expand Down

0 comments on commit 5058175

Please sign in to comment.