aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/User/LastSeen.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/User/LastSeen.php')
-rw-r--r--core/Command/User/LastSeen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/User/LastSeen.php b/core/Command/User/LastSeen.php
index dbb611a4fff..984def72cd6 100644
--- a/core/Command/User/LastSeen.php
+++ b/core/Command/User/LastSeen.php
@@ -68,7 +68,7 @@ class LastSeen extends Base {
return 1;
}
- $this->userManager->callForAllUsers(static function (IUser $user) use ($output) {
+ $this->userManager->callForAllUsers(static function (IUser $user) use ($output): void {
$lastLogin = $user->getLastLogin();
if ($lastLogin === 0) {
$output->writeln($user->getUID() . ' has never logged in.');