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/CollectedAddressMapperTest.php')
-rw-r--r--tests/Unit/Db/CollectedAddressMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Db/CollectedAddressMapperTest.php b/tests/Unit/Db/CollectedAddressMapperTest.php
index c88980dba..781137605 100644
--- a/tests/Unit/Db/CollectedAddressMapperTest.php
+++ b/tests/Unit/Db/CollectedAddressMapperTest.php
@@ -58,7 +58,7 @@ class CollectedAddressMapperTest extends TestCase {
/** @var CollectedAddress */
private $address3;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->db = OC::$server->getDatabaseConnection();