fix: php lint

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/36942/head
John Molakvoæ 2024-05-02 17:28:29 +07:00 committed by Josh
parent 36cb845f05
commit 61a6013798
1 changed files with 1 additions and 1 deletions

@ -56,7 +56,7 @@ class DeletedUsersIndex {
$userObjects = [];
foreach ($deletedUsers as $user) {
$userObject = new OfflineUser($user, $this->config, $this->mapping, $this->shareManager);;
$userObject = new OfflineUser($user, $this->config, $this->mapping, $this->shareManager);
if ($userObject->getLastLogin() > $userObject->getDetectedOn()) {
$userObject->unmark();
} else {