From ef1957d42e5236364c0e557c3e37502b82ef6184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Tue, 25 Oct 2022 09:12:02 +0200 Subject: [PATCH] Update lib/public/User/Backend/ICountMappedUsersBackend.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Simon L. Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- lib/public/User/Backend/ICountMappedUsersBackend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/public/User/Backend/ICountMappedUsersBackend.php b/lib/public/User/Backend/ICountMappedUsersBackend.php index f68d57ada05..bf8770d484f 100644 --- a/lib/public/User/Backend/ICountMappedUsersBackend.php +++ b/lib/public/User/Backend/ICountMappedUsersBackend.php @@ -27,11 +27,11 @@ declare(strict_types=1); namespace OCP\User\Backend; /** - * @since 26.0.0 + * @since 24.0.7 */ interface ICountMappedUsersBackend { /** - * @since 26.0.0 + * @since 24.0.7 * * @return int The number of users already mapped to a Nextcloud account */