summaryrefslogtreecommitdiffstats
path: root/lib/public/User/Backend/ICreateUserBackend.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/User/Backend/ICreateUserBackend.php')
-rw-r--r--lib/public/User/Backend/ICreateUserBackend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/User/Backend/ICreateUserBackend.php b/lib/public/User/Backend/ICreateUserBackend.php
index d3454c613c1..09a20e12453 100644
--- a/lib/public/User/Backend/ICreateUserBackend.php
+++ b/lib/public/User/Backend/ICreateUserBackend.php
@@ -31,6 +31,10 @@ interface ICreateUserBackend {
/**
* @since 14.0.0
+ *
+ * @param string $uid The username of the user to create
+ * @param string $password The password of the new user
+ * @return bool
*/
public function createUser(string $uid, string $password): bool;
}