Completed
Pull Request — master (#25351)
by Thomas
28:57
created
apps/provisioning_api/lib/Users.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -424,7 +424,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
lib/private/Files/Config/LazyStorageMountInfo.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -21,10 +21,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.