aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2024-09-15 17:16:55 +0200
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>2024-10-14 11:58:47 +0200
commit6bd597b275c64327de17de738ac40d55579f9b08 (patch)
treee00d46a38573bdf51455247d475a5a59f3b10fb9 /lib/private
parentd78f8280e896f0c85a44e6f975adf6471ae1dea9 (diff)
downloadnextcloud-server-6bd597b275c64327de17de738ac40d55579f9b08.tar.gz
nextcloud-server-6bd597b275c64327de17de738ac40d55579f9b08.zip
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>
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/Share20/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php
index dfb270eb6e3..b8c7e8ad12e 100644
--- a/lib/private/Share20/Manager.php
+++ b/lib/private/Share20/Manager.php
@@ -1041,7 +1041,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();