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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UFOMelkor authored and Ocramius committed Dec 6, 2014
1 parent d53bacf commit 35b2dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function getPost($name = null, $default = null)
* Return the Cookie header, this is the same as calling $request->getHeaders()->get('Cookie');
*
* @convenience $request->getHeaders()->get('Cookie');
* @return Header\Cookie
* @return Header\Cookie|bool
*/
public function getCookie()
{
Expand Down

0 comments on commit 35b2dd1

Please sign in to comment.