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:
Diffstat (limited to 'tests/Integration/IMAP/MessageMapperTest.php')
-rw-r--r--tests/Integration/IMAP/MessageMapperTest.php2
1 files changed, 1 insertions, 1 deletions
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);