diff options
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); } |