]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixes return type in php doc 16015/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 19 Jun 2019 11:40:07 +0000 (13:40 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Wed, 19 Jun 2019 15:20:14 +0000 (15:20 +0000)
* the backend already expects and works with the string

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/lib/ILDAPUserPlugin.php

index 9250830fc82c2168630b0d1f132782a8252652de..da896345da4f33e968d6ff6a22aef3bb54d33d4c 100644 (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);