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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-03-19 17:23:30 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-04-05 13:46:15 +0300
commit373a1d53918db011ca36351ad8e5240567ad999c (patch)
tree99277022939c8af14f31c9d35034fe2a9565fd5f /lib/public/IUserManager.php
parent2ebf26e4447c6c5eef41be35ee4487c78ffe8231 (diff)
more consistent naming
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib/public/IUserManager.php')
-rw-r--r--lib/public/IUserManager.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php
index c8f59a95ccd..d20b4a3fa9a 100644
--- a/lib/public/IUserManager.php
+++ b/lib/public/IUserManager.php
@@ -40,9 +40,9 @@ namespace OCP;
* - postDelete(\OC\User\User $user)
* - preCreateUser(string $uid, string $password)
* - postCreateUser(\OC\User\User $user, string $password)
- * - announceUser(string $uid)
- * - preRevokeUser(string $uid)
- * - postRevokeUser(string $uid)
+ * - assignedUserId(string $uid)
+ * - preUnassignedUserId(string $uid)
+ * - postUnassignedUserId(string $uid)
*
* @package OC\User
* @since 8.0.0