From 21a6071ac30715eb9e38139e659089d3e8f45434 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 20 Jun 2020 12:39:58 +0200 Subject: [PATCH] Correct a malformed `@return` tag. (#2072) --- src/PHPMailer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PHPMailer.php b/src/PHPMailer.php index fcd92ea7..99706e22 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -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 *