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/Service/MailManagerTest.php')
-rw-r--r--tests/Unit/Service/MailManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/MailManagerTest.php b/tests/Unit/Service/MailManagerTest.php
index 5cd26df6d..f6bd644b2 100644
--- a/tests/Unit/Service/MailManagerTest.php
+++ b/tests/Unit/Service/MailManagerTest.php
@@ -68,7 +68,7 @@ class MailManagerTest extends TestCase {
/** @var MailManager */
private $manager;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->imapClientFactory = $this->createMock(IMAPClientFactory::class);