Skip to content

Commit

Permalink
Adjust @SInCE annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz authored and individual-it committed Jun 15, 2023
1 parent 0be74df commit 28b9cfb
Showing 1 changed file with 2 additions and 2 deletions.
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 25.0.8
*/
interface IProvider {
/**
Expand All @@ -34,7 +34,7 @@ interface IProvider {
*
* @param string $uid
* @param string|null $clientName
* @since 24.0.8
* @since 25.0.8
* @return void
*/
public function invalidateTokensOfUser(string $uid, ?string $clientName);
Expand Down

0 comments on commit 28b9cfb

Please sign in to comment.