Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-10-25 10:12:02 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-10-25 15:51:03 +0300
commit52c96c2ba9bb0d7c6c9f4cc815edd91d1828379a (patch)
tree1088d837b4b4a6f89fb8dc0d70d749149698d372
parentd51167cf681e2a46376e67a8887bc93440b1967c (diff)
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>
-rw-r--r--lib/public/User/Backend/ICountMappedUsersBackend.php4
1 files 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
*/