diff --git a/src/Request.php b/src/Request.php index 9531fc5111..84d5b6397f 100644 --- a/src/Request.php +++ b/src/Request.php @@ -314,7 +314,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|bool + * @return Header\Cookie|false */ public function getCookie() {