From: Arthur Schiwon Date: Wed, 19 Jun 2019 11:40:07 +0000 (+0200) Subject: fixes return type in php doc X-Git-Tag: v16.0.2RC1~29^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=15c77deeef9c626b6664291e0eef560365a7bc91;p=nextcloud-server.git fixes return type in php doc * the backend already expects and works with the string Signed-off-by: Arthur Schiwon --- diff --git a/apps/user_ldap/lib/ILDAPUserPlugin.php b/apps/user_ldap/lib/ILDAPUserPlugin.php index 9250830fc82..da896345da4 100644 --- a/apps/user_ldap/lib/ILDAPUserPlugin.php +++ b/apps/user_ldap/lib/ILDAPUserPlugin.php @@ -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);