Update lib/public/User/Backend/ICountMappedUsersBackend.php

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
This commit is contained in:
Côme Chilliet 2022-10-25 09:12:02 +02:00 committed by backportbot-nextcloud[bot]
parent f8f357aa1b
commit ef1957d42e

View file

@ -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
*/