Completed
Push — master ( d4551d...bdbbf1 )
by Tim
16:38
created
Classes/Service/AccessService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
 	}
132 132
 
133 133
 	/**
134
-	 * @param $formProtectionId
134
+	 * @param integer $formProtectionId
135 135
 	 *
136 136
 	 * @return bool
137 137
 	 */
Please login to merge, or discard this patch.
Classes/Service/SessionService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 	 *
32 32
 	 * @param string $name
33 33
 	 *
34
-	 * @return mixed|null
34
+	 * @return string
35 35
 	 */
36 36
 	public function get($name) {
37 37
 		if (!$this->has($name)) {
Please login to merge, or discard this patch.