summaryrefslogtreecommitdiff
path: root/actions/task_duplicate_another_project.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/task_duplicate_another_project.php')
-rw-r--r--actions/task_duplicate_another_project.php4
1 files changed, 2 insertions, 2 deletions
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()
{