Skip to content
Prev Previous commit
adjust @SInCE annotation
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz authored Jun 14, 2023
commit 40dcc08fe072f7826632c6cabdf7db9172ac6fb9
4 changes: 2 additions & 2 deletions lib/public/Authentication/Token/IProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
namespace OCP\Authentication\Token;

/**
* @since 24.0.8
* @since 26.0.3
*/
interface IProvider {
/**
Expand All @@ -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);
Expand Down