Adjust @since annotation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2023-06-14 23:05:08 +02:00 committed by Artur Neumann
parent 0be74df6e6
commit 28b9cfbd43
No known key found for this signature in database
GPG key ID: CE6583093141DBBE

View file

@ -25,7 +25,7 @@ declare(strict_types=1);
namespace OCP\Authentication\Token;
/**
* @since 24.0.8
* @since 25.0.8
*/
interface IProvider {
/**
@ -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);