Skip to content

Commit

Permalink
Fix doc string.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 5, 2017
1 parent ed4fea3 commit 71dafc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Cookie/CookieCollection.php
Expand Up @@ -68,7 +68,7 @@ public static function createFromHeader(array $header)
/**
* Create a new collection from the cookies in a ServerRequest
*
* @param \Psr\Http\Message\ServerRequestInterface $request The array of set-cookie header values.
* @param \Psr\Http\Message\ServerRequestInterface $request The request to extract cookie data from
* @return static
*/
public static function createFromServerRequest(ServerRequestInterface $request)
Expand Down

0 comments on commit 71dafc7

Please sign in to comment.