Fix docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
dcb322a6b3
commit
65e938c4fd
|
@ -45,9 +45,9 @@ class Message implements IMessage {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param string $data
|
||||
* @param string $filename
|
||||
* @param string $contentType
|
||||
* @param string|null $data
|
||||
* @param string|null $filename
|
||||
* @param string|null $contentType
|
||||
* @return IAttachment
|
||||
* @since 13.0.0
|
||||
*/
|
||||
|
@ -57,7 +57,7 @@ class Message implements IMessage {
|
|||
|
||||
/**
|
||||
* @param string $path
|
||||
* @param string $contentType
|
||||
* @param string|null $contentType
|
||||
* @return IAttachment
|
||||
* @since 13.0.0
|
||||
*/
|
||||
|
|
|
@ -30,9 +30,9 @@ namespace OCP\Mail;
|
|||
interface IMessage {
|
||||
|
||||
/**
|
||||
* @param string $data
|
||||
* @param string $filename
|
||||
* @param string $contentType
|
||||
* @param string|null $data
|
||||
* @param string|null $filename
|
||||
* @param string|null $contentType
|
||||
* @return IAttachment
|
||||
* @since 13.0.0
|
||||
*/
|
||||
|
@ -40,7 +40,7 @@ interface IMessage {
|
|||
|
||||
/**
|
||||
* @param string $path
|
||||
* @param string $contentType
|
||||
* @param string|null $contentType
|
||||
* @return IAttachment
|
||||
* @since 13.0.0
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue