Skip to content

Commit

Permalink
chore: Turn method description into phpdoc
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc and susnux authored Sep 15, 2024
1 parent 796988f commit 538eeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Share20/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 538eeab

Please sign in to comment.