JsonResponse: Fix documentation of `sendResponse`

This commit is contained in:
Johannes Meyer 2023-09-05 16:14:57 +02:00
parent ac928387e6
commit d8e313af6c
1 changed files with 3 additions and 1 deletions

View File

@ -228,7 +228,9 @@ class JsonResponse extends Response
}
/**
* {@inheritdoc}
* Send the response, including all headers, excluding a rendered view.
*
* @return never
*/
public function sendResponse()
{