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/IGroupManager.php
parent8c33bfe86b53c9c18aaadef72a0d138e23165ae9 (diff)
Remove wrongly annotated package names
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/IGroupManager.php')
-rw-r--r--lib/public/IGroupManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/IGroupManager.php b/lib/public/IGroupManager.php
index 09dc30544b0..f8f0a5c47cd 100644
--- a/lib/public/IGroupManager.php
+++ b/lib/public/IGroupManager.php
@@ -43,7 +43,6 @@ namespace OCP;
* - preCreate(string $groupId)
* - postCreate(\OC\Group\Group $group)
*
- * @package OC\Group
* @since 8.0.0
*/
interface IGroupManager {