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/Unit/IMAP/MailboxSyncTest.php')
-rw-r--r--tests/Unit/IMAP/MailboxSyncTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/IMAP/MailboxSyncTest.php b/tests/Unit/IMAP/MailboxSyncTest.php
index 522b81ae2..737a754be 100644
--- a/tests/Unit/IMAP/MailboxSyncTest.php
+++ b/tests/Unit/IMAP/MailboxSyncTest.php
@@ -60,7 +60,7 @@ class MailboxSyncTest extends TestCase {
/** @var MailboxSync */
private $sync;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->mailboxMapper = $this->createMock(MailboxMapper::class);