diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-03 13:01:14 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-03 13:01:14 +0200 |
commit | e96299989640d7e434fc96b826b41b31c6a652f1 (patch) | |
tree | 16b9ed0ae69d3018b1a3160d7ae1a06ea4329119 /apps/user_ldap | |
parent | ba82d80f32e2c2924ee5a407d52c7a134be9ed51 (diff) | |
download | nextcloud-server-e96299989640d7e434fc96b826b41b31c6a652f1.tar.gz nextcloud-server-e96299989640d7e434fc96b826b41b31c6a652f1.zip |
get rid of @read in PHP doc after rebase
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/lib/access.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index b952910a8c5..d488d2da129 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -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 |