Completed
Push — stable9 ( 288b72 )
by
unknown
02:01
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
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 use OCP\Activity\IEvent;
32 32
 use OCP\Activity\IManager;
33 33
 use OCP\Contacts\IManager as IContactsManager;
34
-use OCP\IConfig;
35 34
 use OCP\IL10N;
36 35
 use OCP\IURLGenerator;
37 36
 use OCP\IUserManager;
Please login to merge, or discard this patch.