diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-22 15:54:55 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-22 16:32:05 +0100 |
commit | b723a2b8cada8c742ea1cadbbad2319c737cca9b (patch) | |
tree | 59400a257366cad770be66761c38281e5a92cfb7 /lib/public/User/Backend/IGetHomeBackend.php | |
parent | 471272d456db574c82edcbb0eda2ac2deaa55059 (diff) | |
download | nextcloud-server-b723a2b8cada8c742ea1cadbbad2319c737cca9b.tar.gz nextcloud-server-b723a2b8cada8c742ea1cadbbad2319c737cca9b.zip |
Document parameters
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/User/Backend/IGetHomeBackend.php')
-rw-r--r-- | lib/public/User/Backend/IGetHomeBackend.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/User/Backend/IGetHomeBackend.php b/lib/public/User/Backend/IGetHomeBackend.php index 607070932e8..20fcd004bba 100644 --- a/lib/public/User/Backend/IGetHomeBackend.php +++ b/lib/public/User/Backend/IGetHomeBackend.php @@ -31,6 +31,9 @@ interface IGetHomeBackend { /** * @since 14.0.0 + * + * @param string $uid the username + * @return string|bool Datadir on success false on failure */ public function getHome(string $uid); } |