Add the @return types
This commit is contained in:
@@ -921,7 +921,7 @@ class Mail
|
||||
/** Get an attachment of the mail
|
||||
* @param integer $number the number of attach to get starting to 0
|
||||
* @param boolean|null $inline Return only the attachments Inline if true
|
||||
* @return the content of the attachment. Can be binary
|
||||
* @return string the content of the attachment. Can be binary
|
||||
*/
|
||||
public function getAttachment ($number, $inline = false)
|
||||
// {{{
|
||||
|
||||
Reference in New Issue
Block a user