Completed
Branch master (b92830)
by Morris
15:43
created
lib/private/Share20/Manager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@  discard block
 block discarded – undo
30 30
 use OCP\IUserManager;
31 31
 use OCP\Share\IManager;
32 32
 use OCP\Share\IProviderFactory;
33
-use OC\Share20\Exception\BackendError;
34 33
 use OCP\IConfig;
35 34
 use OCP\IL10N;
36 35
 use OCP\ILogger;
@@ -40,7 +39,6 @@  discard block
 block discarded – undo
40 39
 use OCP\IGroupManager;
41 40
 use OCP\Files\File;
42 41
 use OCP\Files\Folder;
43
-
44 42
 use OCP\Share\Exceptions\ShareNotFound;
45 43
 use OCP\Share\Exceptions\GenericShareException;
46 44
 
Please login to merge, or discard this patch.
lib/private/SystemTag/SystemTagManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use OCP\SystemTag\TagAlreadyExistsException;
31 31
 use OCP\SystemTag\TagNotFoundException;
32 32
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
33
-use OCP\IUserManager;
34 33
 use OCP\IGroupManager;
35 34
 use OCP\SystemTag\ISystemTag;
36 35
 use OCP\IUser;
Please login to merge, or discard this patch.