diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2021-01-22 14:29:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 14:29:39 +0100 |
commit | f15148f695d68b9bdf55af983f09e2067f6bc3db (patch) | |
tree | a79b32a09b1977ef62d7f0bd001cb3657795e63b /lib/public/LDAP | |
parent | fdc8635afb189d665ad86f973003818adb4247d6 (diff) | |
download | nextcloud-server-f15148f695d68b9bdf55af983f09e2067f6bc3db.tar.gz nextcloud-server-f15148f695d68b9bdf55af983f09e2067f6bc3db.zip |
adjust since
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public/LDAP')
-rw-r--r-- | lib/public/LDAP/ILDAPProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |