Skip to content

Commit 7683617

Browse files
committed
fix: psalm issue
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent ef78312 commit 7683617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Migration/Version030500Date20260715083046.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ private function getDistinctUserIds(): array {
105105
}
106106

107107
$userIds = array_unique(array_merge($userIdsChat, $userIdsAssignments));
108-
return $userIds;
108+
return array_values($userIds);
109109
}
110110
}

0 commit comments

Comments
 (0)