@@ -57,7 +57,7 @@ |
||
57 | 57 | } |
58 | 58 | |
59 | 59 | /** |
60 | - * @return mixed |
|
60 | + * @return string |
|
61 | 61 | */ |
62 | 62 | public function getParameter() { |
63 | 63 | return $this->random; |
@@ -22,7 +22,6 @@ |
||
22 | 22 | namespace OCA\Activity\Parameter; |
23 | 23 | |
24 | 24 | use OCP\IL10N; |
25 | -use OCP\Util; |
|
26 | 25 | |
27 | 26 | class Collection implements IParameter { |
28 | 27 | /** @var IL10N */ |
@@ -31,7 +31,6 @@ |
||
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; |