diff --git a/src/Request.php b/src/Request.php index 71d36805fe..d104775f36 100644 --- a/src/Request.php +++ b/src/Request.php @@ -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() {