Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2021-01-22 16:29:39 +0300
committerGitHub <noreply@github.com>2021-01-22 16:29:39 +0300
commitf15148f695d68b9bdf55af983f09e2067f6bc3db (patch)
treea79b32a09b1977ef62d7f0bd001cb3657795e63b /lib
parentfdc8635afb189d665ad86f973003818adb4247d6 (diff)
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.php2
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;
}