Completed
Push — master ( b04a4a...6281d7 )
by Sujith
32s
created
core/Controller/LostController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
 	}
182 182
 
183 183
 	/**
184
-	 * @param $message
184
+	 * @param string $message
185 185
 	 * @param array $additional
186 186
 	 * @return array
187 187
 	 */
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
 
282 282
 	/**
283 283
 	 * @param string $userId
284
-	 * @return array
284
+	 * @return string[]
285 285
 	 */
286 286
 	public function generateTokenAndLink($userId) {
287 287
 		$token = $this->secureRandom->generate(21,
Please login to merge, or discard this patch.