summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/UserControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller/UserControllerTest.php')
-rw-r--r--tests/Core/Controller/UserControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/UserControllerTest.php b/tests/Core/Controller/UserControllerTest.php
index 7a089d5e57e..489433f10b8 100644
--- a/tests/Core/Controller/UserControllerTest.php
+++ b/tests/Core/Controller/UserControllerTest.php
@@ -38,7 +38,7 @@ class UserControllerTest extends TestCase {
/** @var UserController */
private $controller;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->userManager = $this->createMock(IUserManager::class);