Response: Remove empty line after method getContentType

refs #12161
This commit is contained in:
Noah Hilverling 2016-10-17 16:03:33 +02:00
parent 4df9696ed9
commit c3276d4341
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ class Response extends Zend_Controller_Response_Http
return $this->contentType; return $this->contentType;
} }
/** /**
* Entry point for HTTP responses in JSON format * Entry point for HTTP responses in JSON format
* *