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/Controller/PreferencesControllerTest.php')
-rw-r--r--tests/Unit/Controller/PreferencesControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/PreferencesControllerTest.php b/tests/Unit/Controller/PreferencesControllerTest.php
index bb6b60b83..d1680ef2e 100644
--- a/tests/Unit/Controller/PreferencesControllerTest.php
+++ b/tests/Unit/Controller/PreferencesControllerTest.php
@@ -39,7 +39,7 @@ class PreferencesControllerTest extends TestCase {
/** @var PreferencesController */
private $controller;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$request = $this->createMock(IRequest::class);