Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Jun 13, 2024
1 parent b194004 commit edbb406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ShareByCircleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ public function getAccessList($nodes, $currentAccess): array {
$users = $remote = $mails = [];
$shares = $this->shareWrapperService->getSharesByFileIds($ids, true);

foreach($shares as $share) {
foreach ($shares as $share) {
$circle = $share->getCircle();
foreach ($circle->getInheritedMembers() as $member) {
switch ($member->getUserType()) {
Expand Down

0 comments on commit edbb406

Please sign in to comment.