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

Correct a malformed @return tag. (#2072)

This commit is contained in:
John Blackbourn 2020-06-20 12:39:58 +02:00 committed by GitHub
parent b3650f9f72
commit 21a6071ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3992,7 +3992,8 @@ class PHPMailer
* @param string $message HTML message string
* @param string $basedir Absolute path to a base directory to prepend to relative paths to images
* @param bool|callable $advanced Whether to use the internal HTML to text converter
* or your own custom converter @return string $message The transformed message Body
* or your own custom converter
* @return string The transformed message body
*
* @throws Exception
*