From b4eeaae77d7260ef261f53cba18f675a9b0b3671 Mon Sep 17 00:00:00 2001 From: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Date: Tue, 25 Oct 2022 09:12:02 +0200 Subject: 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(-) (limited to 'lib/public/User') 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 */ -- cgit v1.2.3