mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
adjust @since annotation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
67bba3537c
commit
40dcc08fe0
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue