]> source.dussan.org Git - nextcloud-server.git/commitdiff
adjust @since annotation 37230/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 14 Jun 2023 21:26:41 +0000 (23:26 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 21:26:41 +0000 (23:26 +0200)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
lib/public/Authentication/Token/IProvider.php

index da2e400eb79ec81645780715006b12cd8e65df23..66c228e73cabb065fa4395701fe1e101e41e3e1c 100644 (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);