diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2021-01-22 14:29:39 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-01-22 13:33:33 +0000 |
commit | b6d175a6096619f10fc20308cdab7e92ec0c925d (patch) | |
tree | 865b8574daba6ca446438faf0279b95839711bb5 /lib | |
parent | b38149edaa5fea26704c15ba4f0313302e837819 (diff) | |
download | nextcloud-server-b6d175a6096619f10fc20308cdab7e92ec0c925d.tar.gz nextcloud-server-b6d175a6096619f10fc20308cdab7e92ec0c925d.zip |
adjust since
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib')
-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; } |