adjust since

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

Co-authored-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
blizzz 2021-01-22 14:29:39 +01:00 committed by GitHub
parent fdc8635afb
commit f15148f695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}