Browse Source

adjust since

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

Co-authored-by: Morris Jobke <hey@morrisjobke.de>
tags/v21.0.0beta8
blizzz 3 years ago
parent
commit
f15148f695
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/public/LDAP/ILDAPProvider.php

+ 1
- 1
lib/public/LDAP/ILDAPProvider.php View File

@@ -164,7 +164,7 @@ interface ILDAPProvider {
* @param string $attribute the name of the attribute to read
* @return string|null
* @throws \Exception if user id was not found in LDAP
* @since 22.0.0
* @since 21.0.0
*/
public function getUserAttribute(string $uid, string $attribute): ?string;
}

Loading…
Cancel
Save