@@ -409,7 +409,7 @@ |
||
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 | */ |
@@ -150,7 +150,7 @@ |
||
150 | 150 | |
151 | 151 | /** |
152 | 152 | * @param array $headers |
153 | - * @param $key |
|
153 | + * @param string $key |
|
154 | 154 | * |
155 | 155 | * @return bool |
156 | 156 | */ |