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/Db/MailboxMapperTest.php')
-rw-r--r--tests/Unit/Db/MailboxMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Db/MailboxMapperTest.php b/tests/Unit/Db/MailboxMapperTest.php
index 2016b7106..fa88eb541 100644
--- a/tests/Unit/Db/MailboxMapperTest.php
+++ b/tests/Unit/Db/MailboxMapperTest.php
@@ -43,7 +43,7 @@ class MailboxMapperTest extends TestCase {
/** @var MailboxMapper */
private $mapper;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->db = \OC::$server->getDatabaseConnection();