From 6a498dbc176c45227570eff49a99f2008152dcb5 Mon Sep 17 00:00:00 2001 From: Mikhail Grebenkin Date: Fri, 21 Aug 2020 17:14:46 +0300 Subject: [PATCH] some changes --- redmine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redmine.php b/redmine.php index 164cec7..588fa23 100644 --- a/redmine.php +++ b/redmine.php @@ -47,7 +47,7 @@ class class_redmine { * * @param string $attachment_id numeric id of attachment * @param bool $thumbnail if true downloading thumbnail - + * * @return array 0 => http response, 1 => $filecontent - content of file */ function download_attachment(string $attachment_id, bool $thumbnail=false) {