Skip to content

Commit

Permalink
Changelog, phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Apr 29, 2015
1 parent 4e8a80a commit f23b954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -29,6 +29,7 @@
* Report more errors when connecting
* Add extras classes to composer classmap
* Expose stream_context_create options via new SMTPOptions property
* Automatic encoding switch to quoted-printable if message lines are too long

## Version 5.2.9 (Sept 25th 2014)
* **Important: The autoloader is no longer autoloaded by the PHPMailer class**
Expand Down
2 changes: 1 addition & 1 deletion class.phpmailer.php
Expand Up @@ -3500,7 +3500,7 @@ public function DKIM_Add($headers_line, $subject, $body)

/**
* Detect if a string contains a line longer than the maximum line length allowed.
* @param $str
* @param string $str
* @return boolean
* @static
*/
Expand Down

0 comments on commit f23b954

Please sign in to comment.