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:
authorJulius Härtl <jus@bitgrid.net>2020-08-26 13:35:27 +0300
committerJulius Härtl <jus@bitgrid.net>2020-08-26 13:35:27 +0300
commit94c0ca4b8ca75802bcecffa19fea9d5e14545c35 (patch)
tree6fbadeaf0e5865f703e4e0aaba85c343b93be6ab /lib/public/IUserManager.php
parent8c33bfe86b53c9c18aaadef72a0d138e23165ae9 (diff)
Remove wrongly annotated package names
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/IUserManager.php')
-rw-r--r--lib/public/IUserManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php
index bacfba90ff9..f60e3f068c7 100644
--- a/lib/public/IUserManager.php
+++ b/lib/public/IUserManager.php
@@ -44,7 +44,6 @@ namespace OCP;
* - preUnassignedUserId(string $uid)
* - postUnassignedUserId(string $uid)
*
- * @package OC\User
* @since 8.0.0
*/
interface IUserManager {