summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/User/LastSeenTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/User/LastSeenTest.php')
-rw-r--r--tests/Core/Command/User/LastSeenTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/User/LastSeenTest.php b/tests/Core/Command/User/LastSeenTest.php
index cceefb98810..f6ee4796454 100644
--- a/tests/Core/Command/User/LastSeenTest.php
+++ b/tests/Core/Command/User/LastSeenTest.php
@@ -40,7 +40,7 @@ class LastSeenTest extends TestCase {
/** @var \Symfony\Component\Console\Command\Command */
protected $command;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$userManager = $this->userManager = $this->getMockBuilder(IUserManager::class)