From 66c73a96ac2dda076bcfe0dc0a1ca2a7e169149d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 18:19:23 +0200 Subject: first try to set indention limit at 80 characters in php --- http/textdownloadresponse.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'http') 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); -- cgit v1.2.3