Completed
Push — master ( 3d2ffe...c2fce1 )
by Morris
03:05
created
lib/Data.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\Activity\IManager;
31 31
 use OCP\DB\QueryBuilder\IQueryBuilder;
32 32
 use OCP\IDBConnection;
33
-use OCP\IL10N;
34 33
 
35 34
 /**
36 35
  * @brief Class for managing the data in the activities
Please login to merge, or discard this patch.
lib/GroupHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace OCA\Activity;
24 24
 
25 25
 use OCA\Activity\Extension\LegacyParser;
26
-use OCA\Activity\Parameter\IParameter;
27 26
 use OCP\Activity\IEvent;
28 27
 use OCP\Activity\IManager;
29 28
 use OCP\IL10N;
Please login to merge, or discard this patch.