Completed
Push — 3.0 ( 997c69...3a1f42 )
by Olivier
01:47
created
lib/Operation/Response.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
 	/**
245 245
 	 * Finalizes a message.
246 246
 	 *
247
-	 * @param mixed $message
247
+	 * @param string $message
248 248
 	 *
249 249
 	 * @return string
250 250
 	 */
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
 	/**
257 257
 	 * Finalizes errors into a nice array.
258 258
 	 *
259
-	 * @param $errors
259
+	 * @param ErrorCollection $errors
260 260
 	 *
261 261
 	 * @return array
262 262
 	 */
Please login to merge, or discard this patch.