Completed
Pull Request — stable10 (#99)
by Joas
02:15
created
lib/Parameter/Collection.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 	}
58 58
 
59 59
 	/**
60
-	 * @return mixed
60
+	 * @return string
61 61
 	 */
62 62
 	public function getParameter() {
63 63
 		return $this->random;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
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 */
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.