From e5e355d06890b324df2ded707ca491f9539dd171 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 25 Jun 2014 10:07:06 -0300 Subject: Merge pull-request #140 (several small fixes) --- app/Model/File.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/Model/File.php') diff --git a/app/Model/File.php b/app/Model/File.php index e5aa527e..2a793217 100644 --- a/app/Model/File.php +++ b/app/Model/File.php @@ -153,9 +153,10 @@ class File extends Base * Handle file upload * * @access public - * @param integer $project_id Project id - * @param integer $task_id Task id - * @param string $form_name File form name + * @param integer $project_id Project id + * @param integer $task_id Task id + * @param string $form_name File form name + * @return bool */ public function upload($project_id, $task_id, $form_name) { -- cgit v1.2.3