Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-19 12:18:21 +0300
committerJoas Schilling <coding@schilljs.com>2017-10-19 12:18:21 +0300
commit65e938c4fdbda3c88e79c83e43e7ea8a22789408 (patch)
treed842adf01f5dd2e43042bc09e87d45bdcd49a78f /lib/public/Mail
parentdcb322a6b330b7bd797f8a9faf63114129c56f75 (diff)
Fix docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Mail')
-rw-r--r--lib/public/Mail/IMessage.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/public/Mail/IMessage.php b/lib/public/Mail/IMessage.php
index 6ae50ca8842..45c01b7079f 100644
--- a/lib/public/Mail/IMessage.php
+++ b/lib/public/Mail/IMessage.php
@@ -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
*/