From d156c47f0951cf681d16ed047f322e8332eb485e Mon Sep 17 00:00:00 2001 From: Raphaƫl Doursenaud Date: Tue, 22 Apr 2014 15:08:18 +0200 Subject: Better documentation These changes have been automatically suggested by scrutinizer-ci.com --- actions/task_duplicate_another_project.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/task_duplicate_another_project.php') diff --git a/actions/task_duplicate_another_project.php b/actions/task_duplicate_another_project.php index e898f757..614e2dda 100644 --- a/actions/task_duplicate_another_project.php +++ b/actions/task_duplicate_another_project.php @@ -17,7 +17,7 @@ class TaskDuplicateAnotherProject extends Base * * @access public * @param integer $project_id Project id - * @param Task $task Task model instance + * @param \Model\Task $task Task model instance */ public function __construct($project_id, \Model\Task $task) { @@ -43,7 +43,7 @@ class TaskDuplicateAnotherProject extends Base * Get the required parameter for the event * * @access public - * @return array + * @return string[] */ public function getEventRequiredParameters() { -- cgit v1.2.3