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/Autocompletion/AutoCompleteServiceTest.php')
-rw-r--r--tests/Unit/Service/Autocompletion/AutoCompleteServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/Autocompletion/AutoCompleteServiceTest.php b/tests/Unit/Service/Autocompletion/AutoCompleteServiceTest.php
index f82b976df..9bd24bec7 100644
--- a/tests/Unit/Service/Autocompletion/AutoCompleteServiceTest.php
+++ b/tests/Unit/Service/Autocompletion/AutoCompleteServiceTest.php
@@ -36,7 +36,7 @@ class AutoCompleteServiceTest extends TestCase {
private $addressCollector;
private $service;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->contactsIntegration = $this->createMock(ContactsIntegration::class);