Skip to content

Commit 55f6c7e

Browse files
committed
fix: update interface to match implementation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 186ffb5 commit 55f6c7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Contracts/IMailManager.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
namespace OCA\Mail\Contracts;
2626

27-
use Horde_Imap_Client;
2827
use Horde_Imap_Client_Socket;
2928
use OCA\Mail\Account;
3029
use OCA\Mail\Attachment;
@@ -44,7 +43,7 @@ interface IMailManager {
4443
*
4544
* @return Mailbox
4645
*
47-
* @throws DoesNotExistException
46+
* @throws ClientException
4847
*/
4948
public function getMailbox(string $uid, int $id): Mailbox;
5049

0 commit comments

Comments
 (0)