adjust @since annotation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2023-06-14 23:26:41 +02:00 committed by GitHub
parent 67bba3537c
commit 40dcc08fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ declare(strict_types=1);
namespace OCP\Authentication\Token;
/**
* @since 24.0.8
* @since 26.0.3
*/
interface IProvider {
/**
@ -34,7 +34,7 @@ interface IProvider {
*
* @param string $uid
* @param string|null $clientName
* @since 24.0.8
* @since 26.0.3
* @return void
*/
public function invalidateTokensOfUser(string $uid, ?string $clientName);