JsonResponse: Fix documentation of `sendResponse`
This commit is contained in:
parent
ac928387e6
commit
d8e313af6c
|
@ -228,7 +228,9 @@ class JsonResponse extends Response
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* Send the response, including all headers, excluding a rendered view.
|
||||||
|
*
|
||||||
|
* @return never
|
||||||
*/
|
*/
|
||||||
public function sendResponse()
|
public function sendResponse()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue