]> source.dussan.org Git - nextcloud-server.git/commitdiff
get rid of @read in PHP doc after rebase
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 3 Jun 2014 11:01:14 +0000 (13:01 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Tue, 3 Jun 2014 11:01:14 +0000 (13:01 +0200)
apps/user_ldap/lib/access.php

index b952910a8c5fd58c330e31cfccced1bba9c99359..d488d2da1292ef6fbb3a6bd5df26d8a50816aa1c 100644 (file)
@@ -35,7 +35,7 @@ class Access extends LDAPUtility implements user\IUserTools {
 
        protected $cookies = array();
 
-       
+
        public function __construct(Connection $connection, ILDAPWrapper $ldap,
                user\Manager $userManager) {
                parent::__construct($ldap);
@@ -52,7 +52,7 @@ class Access extends LDAPUtility implements user\IUserTools {
        }
 
        /**
-        * @brief returns the Connection instance
+        * returns the Connection instance
         * @return \OCA\user_ldap\lib\Connection
         */
        public function getConnection() {
@@ -60,7 +60,7 @@ class Access extends LDAPUtility implements user\IUserTools {
        }
 
        /**
-        * @brief reads a given attribute for an LDAP record identified by a DN
+        * reads a given attribute for an LDAP record identified by a DN
         * @param $dn the record in question
         * @param $attr the attribute that shall be retrieved
         *        if empty, just check the record's existence