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

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6964-zend-http-request-g…
Browse files Browse the repository at this point in the history
…etcookie-docblock-fixes'

Close zendframework/zendframework#6964
  • Loading branch information
Ocramius committed Dec 6, 2014
2 parents d53bacf + 35b2dd1 commit 555b903
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 555b903

Please sign in to comment.