0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Changelog, phpdocs

This commit is contained in:
Synchro 2015-04-29 12:00:34 +02:00
parent 4e8a80a657
commit f23b95405d
2 changed files with 2 additions and 1 deletions

View File

@ -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**

View File

@ -3500,7 +3500,7 @@ class PHPMailer
/**
* Detect if a string contains a line longer than the maximum line length allowed.
* @param $str
* @param string $str
* @return boolean
* @static
*/