Skip to content

Commit

Permalink
Fixing doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 2, 2010
1 parent e7c7008 commit 7e1426e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cake/libs/controller/components/request_handler.php
Expand Up @@ -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());
Expand Down

0 comments on commit 7e1426e

Please sign in to comment.