From f15148f695d68b9bdf55af983f09e2067f6bc3db 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 cbd5c353c5d..0baee4254e0 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; } -- 2.39.5