aboutsummaryrefslogtreecommitdiffstats
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 014c981112e..b64b0e73ced 100644
--- a/tests/Core/Command/User/LastSeenTest.php
+++ b/tests/Core/Command/User/LastSeenTest.php
@@ -38,7 +38,7 @@ class LastSeenTest extends TestCase {
$this->command = new LastSeen($userManager);
}
- public function validUserLastSeen() {
+ public static function validUserLastSeen(): array {
return [
[0, 'never logged in'],
[time(), 'last login'],