diff --git a/library/Icinga/Web/Response/JsonResponse.php b/library/Icinga/Web/Response/JsonResponse.php index f914f2c1b..025e88db0 100644 --- a/library/Icinga/Web/Response/JsonResponse.php +++ b/library/Icinga/Web/Response/JsonResponse.php @@ -228,7 +228,9 @@ class JsonResponse extends Response } /** - * {@inheritdoc} + * Send the response, including all headers, excluding a rendered view. + * + * @return never */ public function sendResponse() {