From b6d175a6096619f10fc20308cdab7e92ec0c925d Mon Sep 17 00:00:00 2001 From: blizzz Date: Fri, 22 Jan 2021 14:29:39 +0100 Subject: [PATCH] adjust since Signed-off-by: Arthur Schiwon Co-authored-by: Morris Jobke --- lib/public/LDAP/ILDAPProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/LDAP/ILDAPProvider.php b/lib/public/LDAP/ILDAPProvider.php index cbd5c353c5..0baee4254e 100644 --- a/lib/public/LDAP/ILDAPProvider.php +++ b/lib/public/LDAP/ILDAPProvider.php @@ -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; }