summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 18:19:23 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 18:19:23 +0200
commit66c73a96ac2dda076bcfe0dc0a1ca2a7e169149d (patch)
treedc0318fa459e4f313217ee38e4bc63524513d721 /http
parentf5e64d35c05b14016eb4fffff7199386a97a9b43 (diff)
first try to set indention limit at 80 characters in php
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);