Skip to content

Commit

Permalink
Fix phpcs error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 30, 2017
1 parent 5034140 commit 87cceca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Cookie/CookieCollection.php
Expand Up @@ -191,6 +191,7 @@ public function addToRequest(RequestInterface $request)
foreach ($cookies as $key => $value) {
$cookiePairs[] = sprintf("%s=%s", urlencode($key), urlencode($value));
}

return $request->withAddedHeader('Cookie', implode('; ', $cookiePairs));
}

Expand Down

0 comments on commit 87cceca

Please sign in to comment.