diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index c6c2bf14e021f..fa714203352d5 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -1012,7 +1012,7 @@ protected function deleteChildren(IShare $share) { 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();