Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Turn method description into phpdoc
Co-authored-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
2 people authored and backportbot[bot] committed Dec 20, 2024
commit fd95d1e3638961d286712da4732c08ccbddf257f
2 changes: 1 addition & 1 deletion lib/private/Share20/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,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