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:
Côme Chilliet 2024-09-15 17:16:55 +02:00 committed by Côme Chilliet
parent c7dbe7e71c
commit 04b6eef246
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -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();