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/ContactsIntegrationTest.php')
-rw-r--r--tests/Unit/Service/ContactsIntegrationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/ContactsIntegrationTest.php b/tests/Unit/Service/ContactsIntegrationTest.php
index c419321f0..1041d8c21 100644
--- a/tests/Unit/Service/ContactsIntegrationTest.php
+++ b/tests/Unit/Service/ContactsIntegrationTest.php
@@ -37,7 +37,7 @@ class ContactsIntegrationTest extends TestCase {
/** @var ContactsIntegration */
private $contactsIntegration;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->contactsManager = $this->createMock(IManager::class);