summaryrefslogtreecommitdiffstats
path: root/lib/public/IGroup.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/IGroup.php')
-rw-r--r--lib/public/IGroup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php
index aa51e51046c..788287b4f86 100644
--- a/lib/public/IGroup.php
+++ b/lib/public/IGroup.php
@@ -60,7 +60,7 @@ interface IGroup {
* @return bool
* @since 8.0.0
*/
- public function inGroup($user);
+ public function inGroup(IUser $user);
/**
* add a user to the group
@@ -68,7 +68,7 @@ interface IGroup {
* @param \OCP\IUser $user
* @since 8.0.0
*/
- public function addUser($user);
+ public function addUser(IUser $user);
/**
* remove a user from the group