fixes return type in php doc
* the backend already expects and works with the string Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
bca48e088b
commit
15c77deeef
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ interface ILDAPUserPlugin {
|
|||
*
|
||||
* @param string $uid The UID of the user to create
|
||||
* @param string $password The password of the new user
|
||||
* @return bool
|
||||
* @return bool|string
|
||||
*/
|
||||
public function createUser($uid, $password);
|
||||
|
||||
|
|
Loading…
Reference in a new issue