@@ -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 |
@@ -21,10 +21,7 @@ |
||
21 | 21 | |
22 | 22 | namespace OC\Files\Config; |
23 | 23 | |
24 | -use OC\Files\Filesystem; |
|
25 | -use OCP\Files\Config\ICachedMountInfo; |
|
26 | 24 | use OCP\Files\Mount\IMountPoint; |
27 | -use OCP\Files\Node; |
|
28 | 25 | use OCP\IUser; |
29 | 26 | |
30 | 27 | class LazyStorageMountInfo extends CachedMountInfo { |