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>2020-10-08 12:08:58 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-08 12:08:58 +0300
commit5c78505774b31f08cace3127e37e1857dbf92539 (patch)
tree71acbc6a66859fbab9670906e0cb8f2122b026b3 /lib/Contracts
parent59d80a89eb0288f8b1ec29fbd5d627fff51c5c22 (diff)
Fix some obvious errors reported by Psalm, take 1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Contracts')
-rw-r--r--lib/Contracts/IMailManager.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Contracts/IMailManager.php b/lib/Contracts/IMailManager.php
index d80a8bcc1..6f6a1c14d 100644
--- a/lib/Contracts/IMailManager.php
+++ b/lib/Contracts/IMailManager.php
@@ -85,7 +85,7 @@ interface IMailManager {
* @param string $uid
* @param int $id
*
- * @return Mailbox
+ * @return Message
*
* @throws ClientException
*/
@@ -199,7 +199,7 @@ interface IMailManager {
/**
* @param Account $account
- * @param string $mailbox
+ * @param Mailbox $mailbox
* @param bool $subscribed
*
* @return Mailbox
@@ -211,7 +211,7 @@ interface IMailManager {
bool $subscribed): Mailbox;
/**
- * @param string $mailbox
+ * @param Mailbox $mailbox
* @param bool $syncInBackground
*
* @return Mailbox