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>2021-05-28 12:07:49 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-05-28 12:08:07 +0300
commit31077269234318b54ea31e5931185d14c8dd26b8 (patch)
tree48e27297efcfe1001895b6df51b93b892798b218 /tests/Integration
parent5e1c84c6f1bde8f1f42f7ec76ee1a67e9da36561 (diff)
Fix parameter type of message IDs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/Integration')
-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);