Skip to content

Commit 32bd873

Browse files
skjnldsvcome-nc
andauthored
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>
1 parent 29d1b3f commit 32bd873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/user_ldap/lib/User/DeletedUsersIndex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private function fetchDeletedUsers(): array {
5656

5757
$userObjects = [];
5858
foreach ($deletedUsers as $user) {
59-
$userObject = new OfflineUser($user, $this->config, $this->mapping, $this->shareManager);;
59+
$userObject = new OfflineUser($user, $this->config, $this->mapping, $this->shareManager);
6060
if ($userObject->getLastLogin() > $userObject->getDetectedOn()) {
6161
$userObject->unmark();
6262
} else {

0 commit comments

Comments
 (0)