diff --git a/src/Http/Cookie/CookieCollection.php b/src/Http/Cookie/CookieCollection.php index 38c334d2164..efd7a462d8b 100644 --- a/src/Http/Cookie/CookieCollection.php +++ b/src/Http/Cookie/CookieCollection.php @@ -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)