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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-07-24 13:20:23 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-07-24 13:20:23 +0300
commitc3f64e15f92cd113408192074567d14dde03b8cc (patch)
tree1cf40a59f0490ae565da21684ec44f3864cab969 /lib/Mailbox.php
parenta51675161864b812362e9552eeb403995e2be864 (diff)
Make MessagesController strict
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Mailbox.php')
-rw-r--r--lib/Mailbox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Mailbox.php b/lib/Mailbox.php
index d80e640bf..219db103f 100644
--- a/lib/Mailbox.php
+++ b/lib/Mailbox.php
@@ -416,7 +416,7 @@ class Mailbox implements IMailBox {
/**
* @param int $messageId
- * @param string $attachmentId
+ * @param int $attachmentId
* @return Attachment
*/
public function getAttachment($messageId, $attachmentId) {