mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix PHPdoc
This commit is contained in:
parent
659a3d4a37
commit
f56a9c08f8
1 changed files with 3 additions and 2 deletions
|
|
@ -43,8 +43,9 @@ class Connection extends LDAPUtility {
|
|||
|
||||
/**
|
||||
* @brief Constructor
|
||||
* @param $configPrefix a string with the prefix for the configkey column (appconfig table)
|
||||
* @param $configID a string with the value for the appid column (appconfig table) or null for on-the-fly connections
|
||||
* @param \OCA\user_ldap\lib\ILDAPWrapper $ldap
|
||||
* @param string $configPrefix a string with the prefix for the configkey column (appconfig table)
|
||||
* @param string|null $configID a string with the value for the appid column (appconfig table) or null for on-the-fly connections
|
||||
*/
|
||||
public function __construct(ILDAPWrapper $ldap, $configPrefix = '', $configID = 'user_ldap') {
|
||||
parent::__construct($ldap);
|
||||
|
|
|
|||
Loading…
Reference in a new issue