mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing doc block
This commit is contained in:
parent
e7c7008781
commit
7e1426e743
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue