summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/textdownloadresponse.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/http/textdownloadresponse.php b/http/textdownloadresponse.php
index 9a90e6454..ccf959b5b 100644
--- a/http/textdownloadresponse.php
+++ b/http/textdownloadresponse.php
@@ -28,7 +28,8 @@ class TextDownloadResponse extends DownloadResponse {
* contains the passed string
* @param string $content the content that should be written into the file
* @param string $filename the name that the downloaded file should have
- * @param string $contentType the mimetype that the downloaded file should have
+ * @param string $contentType the mimetype that the downloaded file should
+ * have
*/
public function __construct($content, $filename, $contentType){
parent::__construct($filename, $contentType);