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/MailAccountMapperTest.php')
-rw-r--r--tests/Unit/Db/MailAccountMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Db/MailAccountMapperTest.php b/tests/Unit/Db/MailAccountMapperTest.php
index 2278bbe96..a22b9e5fd 100644
--- a/tests/Unit/Db/MailAccountMapperTest.php
+++ b/tests/Unit/Db/MailAccountMapperTest.php
@@ -49,7 +49,7 @@ class MailAccountMapperTest extends TestCase {
/**
* Initialize Mapper
*/
- public function setup(){
+ public function setup(): void {
parent::setUp();
$this->db = OC::$server->getDatabaseConnection();
$this->mapper = new MailAccountMapper($this->db);