Completed
Branch master (b06e08)
by Joas
18:46
created
lib/GroupHelper.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -158,6 +158,7 @@
 block discarded – undo
158 158
 
159 159
 	/**
160 160
 	 * @param IEvent $event
161
+	 * @param integer $id
161 162
 	 * @return array
162 163
 	 */
163 164
 	protected function eventToArray(IEvent $event, $id) {
Please login to merge, or discard this patch.
lib/Parameter/Collection.php 1 patch
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.