From 31077269234318b54ea31e5931185d14c8dd26b8 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 28 May 2021 11:07:49 +0200 Subject: Fix parameter type of message IDs Signed-off-by: Christoph Wurst --- tests/Integration/IMAP/MessageMapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Integration') diff --git a/tests/Integration/IMAP/MessageMapperTest.php b/tests/Integration/IMAP/MessageMapperTest.php index 2cee9f416..20e93e688 100644 --- a/tests/Integration/IMAP/MessageMapperTest.php +++ b/tests/Integration/IMAP/MessageMapperTest.php @@ -54,7 +54,7 @@ class MessageMapperTest extends TestCase { $account = $this->createTestAccount(); /** @var SyncService $syncService */ $syncService = OC::$server->get(SyncService::class); - /** @var ImapMessageMapper $messageMapper */ + /** @var ImapMessageMapper $imapMessageMapper */ $imapMessageMapper = OC::$server->get(ImapMessageMapper::class); /** @var MessageMapper $messageMapper */ $messageMapper = OC::$server->get(MessageMapper::class); -- cgit v1.2.3