From 8aeedbc3e966934134b29df83dc67bbc3e2abdc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:55:08 +0200 Subject: [PATCH] chore: Fix missing closing parenthesis in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- lib/private/Share20/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index 3d1aacf1f6331..05d2680575efe 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -1071,7 +1071,7 @@ protected function promoteReshares(IShare $share): void { foreach ($reshareRecords as $child) { try { - /* Check if the share is still valid (means the resharer still has access to the file through another mean */ + /* Check if the share is still valid (means the resharer still has access to the file through another mean) */ $this->generalCreateChecks($child); } catch (GenericShareException $e) { /* The check is invalid, promote it to a direct share from the sharer of parent share */