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:
Arthur Schiwon 2019-06-19 13:40:07 +02:00 committed by Backportbot
parent bca48e088b
commit 15c77deeef
1 changed files with 1 additions and 1 deletions

View File

@ -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);