Completed
Push — master ( ad4761...22be7d )
by Sujith
11s
created
lib/Parameter/Collection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace OCA\Activity\Parameter;
25 25
 
26 26
 use OCP\IL10N;
27
-use OCP\Util;
28 27
 
29 28
 class Collection implements IParameter {
30 29
 	/** @var IL10N */
Please login to merge, or discard this patch.
lib/Parameter/Factory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 use OCP\Activity\IEvent;
33 33
 use OCP\Activity\IManager;
34 34
 use OCP\Contacts\IManager as IContactsManager;
35
-use OCP\IConfig;
36 35
 use OCP\IGroupManager;
37 36
 use OCP\IL10N;
38 37
 use OCP\IURLGenerator;
Please login to merge, or discard this patch.