Completed
Push — master ( 555540...e6ec8d )
by smiley
01:43
created
src/Psr7/message_helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -409,7 +409,7 @@
 block discarded – undo
409 409
 /**
410 410
  * Returns the string representation of an HTTP message. (from Guzzle)
411 411
  *
412
- * @param MessageInterface $message Message to convert to a string.
412
+ * @param \Psr\Http\Message\MessageInterface $message Message to convert to a string.
413 413
  *
414 414
  * @return string
415 415
  */
Please login to merge, or discard this patch.
src/Psr7/MultipartStream.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
 
151 151
 	/**
152 152
 	 * @param array $headers
153
-	 * @param       $key
153
+	 * @param       string $key
154 154
 	 *
155 155
 	 * @return bool
156 156
 	 */
Please login to merge, or discard this patch.