Skip to content

Commit

Permalink
Fix PHPDoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Apr 11, 2013
1 parent fb6e90a commit de5f041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.phpmailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de5f041

Please sign in to comment.