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
8a7b0a68a5
commit
0b34085f24
|
@ -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 New Issue