From 7e1426e743d1126d3acec72ba1a3628d3a63dae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Mon, 2 Aug 2010 19:25:04 -0430 Subject: [PATCH] Fixing doc block --- cake/libs/controller/components/request_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cake/libs/controller/components/request_handler.php b/cake/libs/controller/components/request_handler.php index 42193d4b962..8be0f342733 100644 --- a/cake/libs/controller/components/request_handler.php +++ b/cake/libs/controller/components/request_handler.php @@ -563,10 +563,10 @@ function respondAs($type, $options = array()) { } /** - * Returns the current response type (Content-type header), or null if none has been set + * Returns the current response type (Content-type header), or null if not alias exists * * @return mixed A string content type alias, or raw content type if no alias map exists, - * otherwise null + * otherwise null */ public function responseType() { return $this->mapType($this->response->type());