diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index cb4e54b4732..ebcebb714a9 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -1032,7 +1032,7 @@ class Manager implements IManager { return $deletedShares; } - /* Promote reshares into direct shares so that target user keeps access */ + /** Promote re-shares into direct shares so that target user keeps access */ protected function promoteReshares(IShare $share): void { try { $node = $share->getNode();