Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit af149bc

Browse files
committed
Add missing phpdoc
1 parent 8114f8b commit af149bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ServerRequest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ class ServerRequest implements ServerRequestInterface
6969
* @param null|string $method HTTP method for the request, if any.
7070
* @param string|resource|StreamInterface $body Message body, if any.
7171
* @param array $headers Headers for the message, if any.
72+
* @param array $cookies Cookies for the message, if any.
73+
* @param array $queryParams Query params for the message, if any.
74+
* @param null|array|object $parsedBody The deserialized body parameters, if any.
75+
* @param string HTTP protocol version.
7276
* @throws InvalidArgumentException for any invalid value.
7377
*/
7478
public function __construct(

0 commit comments

Comments
 (0)