From c3276d4341bbbde86f6a0f52dbc8535a7cdb2ff5 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Mon, 17 Oct 2016 16:03:33 +0200 Subject: [PATCH] Response: Remove empty line after method getContentType refs #12161 --- library/Icinga/Web/Response.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Icinga/Web/Response.php b/library/Icinga/Web/Response.php index 11773a594..cdb377efd 100644 --- a/library/Icinga/Web/Response.php +++ b/library/Icinga/Web/Response.php @@ -235,7 +235,6 @@ class Response extends Zend_Controller_Response_Http return $this->contentType; } - /** * Entry point for HTTP responses in JSON format *