]> source.dussan.org Git - nextcloud-server.git/commitdiff
LDAP: add phpdoc
authorArthur Schiwon <blizzz@owncloud.com>
Wed, 21 Aug 2013 21:59:39 +0000 (23:59 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Fri, 27 Sep 2013 11:34:15 +0000 (13:34 +0200)
apps/user_ldap/lib/ildapwrapper.php

index 56f5cfb4a2d38d776f6de462d77486b44e0ffa10..be35cebe9456a0e3101097c9801cb43e3890d098 100644 (file)
@@ -61,6 +61,7 @@ interface ILDAPWrapper {
         * @param $link LDAP link resource
         * @param $result LDAP result resource
         * @param $cookie structure sent by LDAP server
+        * @return true on success, false otherwise
         *
         * Corresponds to ldap_control_paged_result_response
         */