From 87e907592a43ba1570a7ce3b1faea3ddfc139dc9 Mon Sep 17 00:00:00 2001 From: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:53:49 +0200 Subject: [PATCH] chore: update since from 34.0.0 to 35.0.0 Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> --- .../Authentication/TwoFactorAuth/IStatelessProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/public/Authentication/TwoFactorAuth/IStatelessProvider.php b/lib/public/Authentication/TwoFactorAuth/IStatelessProvider.php index 79109dace19..0af28021331 100644 --- a/lib/public/Authentication/TwoFactorAuth/IStatelessProvider.php +++ b/lib/public/Authentication/TwoFactorAuth/IStatelessProvider.php @@ -15,8 +15,8 @@ use OCP\AppFramework\Attribute\Implementable; * Marks the 2FA provider stateless. That means the state of 2FA activation * for user will be checked dynamically and not stored in the database. * - * @since 34.0.0 + * @since 35.0.0 */ -#[Implementable(since: '34.0.0')] +#[Implementable(since: '35.0.0')] interface IStatelessProvider extends IProvider { }