@@ -424,7 +424,7 @@ |
||
424 | 424 | /** |
425 | 425 | * Returns whether the given user can manage the given group |
426 | 426 | * |
427 | - * @param IUser $user user to check access |
|
427 | + * @param \OCP\IUser $user user to check access |
|
428 | 428 | * @param IGroup|null $group group to check or null |
429 | 429 | * |
430 | 430 | * @return true if the user can manage the group |