adjust since

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

Co-authored-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
blizzz 2021-01-22 14:29:39 +01:00 committed by backportbot[bot]
parent b38149edaa
commit b6d175a609
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}