Fixing doc block

This commit is contained in:
José Lorenzo Rodríguez 2010-08-02 19:25:04 -04:30
parent e7c7008781
commit 7e1426e743

View file

@ -563,10 +563,10 @@ class RequestHandlerComponent extends Object {
}
/**
* 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());