mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 21:03:00 -04:00
chore: Turn method description into phpdoc
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
This commit is contained in:
parent
c7dbe7e71c
commit
04b6eef246
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue