Completed
Pull Request — master (#26420)
by Jörn Friedrich
19:34
created
apps/files_versions/lib/BackgroundJob/ExpireVersions.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 use OCP\Encryption\Exceptions\GenericEncryptionException;
35 35
 use OCP\IConfig;
36 36
 use OCP\ILogger;
37
-use OCP\IUser;
38 37
 use OCP\IUserSession;
39 38
 
40 39
 class Crypt {
Please login to merge, or discard this patch.
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
 	private $config;
45 45
 
46 46
 	/**
47
-	 * @param IConfig|null $userManager
48 47
 	 * @param Expiration|null $expiration
49 48
 	 */
50 49
 	public function __construct(IConfig $config = null,
Please login to merge, or discard this patch.
apps/files_versions/lib/Command/ExpireVersions.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
 	private $config;
45 45
 
46 46
 	/**
47
-	 * @param IConfig|null $userManager
48 47
 	 * @param Expiration|null $expiration
49 48
 	 */
50 49
 	public function __construct(IConfig $config = null,
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 use OCP\Encryption\Exceptions\GenericEncryptionException;
35 35
 use OCP\IConfig;
36 36
 use OCP\ILogger;
37
-use OCP\IUser;
38 37
 use OCP\IUserSession;
39 38
 
40 39
 class Crypt {
Please login to merge, or discard this patch.
lib/private/Repair/RemoveRootShares.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 use OCP\Encryption\Exceptions\GenericEncryptionException;
35 35
 use OCP\IConfig;
36 36
 use OCP\ILogger;
37
-use OCP\IUser;
38 37
 use OCP\IUserSession;
39 38
 
40 39
 class Crypt {
Please login to merge, or discard this patch.
apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
 	private $config;
45 45
 
46 46
 	/**
47
-	 * @param IConfig|null $userManager
48 47
 	 * @param Expiration|null $expiration
49 48
 	 */
50 49
 	public function __construct(IConfig $config = null,
Please login to merge, or discard this patch.