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());