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

Commit 7b753c5

Browse files
committed
Merge pull request #145 from JurRutten/master
Update ServerRequest.php
2 parents bfa4cb0 + 5bd2b22 commit 7b753c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServerRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ServerRequest implements ServerRequestInterface
7272
* @param array $cookies Cookies for the message, if any.
7373
* @param array $queryParams Query params for the message, if any.
7474
* @param null|array|object $parsedBody The deserialized body parameters, if any.
75-
* @param string HTTP protocol version.
75+
* @param string $protocol HTTP protocol version.
7676
* @throws InvalidArgumentException for any invalid value.
7777
*/
7878
public function __construct(

0 commit comments

Comments
 (0)