@@ -225,6 +225,10 @@ discard block |
||
225 | 225 | |
226 | 226 | return $cookies; |
227 | 227 | } |
228 | + |
|
229 | + /** |
|
230 | + * @param ZendUri $uri |
|
231 | + */ |
|
228 | 232 | public function __construct( |
229 | 233 | array $serverParams = [], |
230 | 234 | array $uploadedFiles = [], |
@@ -300,6 +304,11 @@ discard block |
||
300 | 304 | |
301 | 305 | return $value; |
302 | 306 | } |
307 | + |
|
308 | + /** |
|
309 | + * @param string|null $key |
|
310 | + * @param string|null $mode |
|
311 | + */ |
|
303 | 312 | protected function getValue(array $collection, $key, $default, $mode) |
304 | 313 | { |
305 | 314 | if ($key === null) { |
@@ -163,7 +163,7 @@ |
||
163 | 163 | * Emit a range of the message body. |
164 | 164 | * |
165 | 165 | * @param array $range |
166 | - * @param ResponseInterface $response |
|
166 | + * @param Response $response |
|
167 | 167 | * @param int $maxBufferLength |
168 | 168 | */ |
169 | 169 | private function emitBodyRange(array $range, Response $response, $maxBufferLength) |