summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/User/EnableTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/User/EnableTest.php')
-rw-r--r--tests/Core/Command/User/EnableTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/User/EnableTest.php b/tests/Core/Command/User/EnableTest.php
index 9a3df13efe0..4a723ca1167 100644
--- a/tests/Core/Command/User/EnableTest.php
+++ b/tests/Core/Command/User/EnableTest.php
@@ -42,7 +42,7 @@ class EnableTest extends TestCase {
/** @var Disable */
protected $command;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->userManager = $this->createMock(IUserManager::class);