Skip to content

Commit

Permalink
JsonResponse: Fix documentation of sendResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Sep 5, 2023
1 parent ac92838 commit d8e313a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/Icinga/Web/Response/JsonResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ public function outputBody()
}

/**
* {@inheritdoc}
* Send the response, including all headers, excluding a rendered view.
*
* @return never
*/
public function sendResponse()
{
Expand Down

0 comments on commit d8e313a

Please sign in to comment.