diff --git a/class.phpmailer.php b/class.phpmailer.php index 5ba3f2b94..766cfd172 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -2186,7 +2186,7 @@ public function AddEmbeddedImage($path, $cid, $name = '', $encoding = 'base64', * @param string $string The attachment binary data. * @param string $cid Content ID of the attachment; Use this to reference * the content when using an embedded image in HTML. - * @param string $filename A name for the attachment + * @param string $name * @param string $encoding File encoding (see $Encoding). * @param string $type MIME type. * @return bool True on successfully adding an attachment