@@ -121,7 +121,7 @@ |
||
| 121 | 121 | * @param string $encoding |
| 122 | 122 | * @param StreamInterface $stream |
| 123 | 123 | * |
| 124 | - * @return StreamInterface|false A new stream interface or false if encoding is not supported |
|
| 124 | + * @return StreamInterface A new stream interface or false if encoding is not supported |
|
| 125 | 125 | */ |
| 126 | 126 | private function decorateStream($encoding, StreamInterface $stream) |
| 127 | 127 | { |
@@ -88,7 +88,7 @@ |
||
| 88 | 88 | * Creates a cookie from a string. |
| 89 | 89 | * |
| 90 | 90 | * @param RequestInterface $request |
| 91 | - * @param $setCookie |
|
| 91 | + * @param string $setCookie |
|
| 92 | 92 | * |
| 93 | 93 | * @return Cookie|null |
| 94 | 94 | * |