summaryrefslogtreecommitdiff
path: root/actions/task_assign_specific_user.php
diff options
context:
space:
mode:
authorRaphaël Doursenaud <rdoursenaud@gpcsolutions.fr>2014-04-22 15:08:18 +0200
committerRaphaël Doursenaud <rdoursenaud@gpcsolutions.fr>2014-04-22 15:08:18 +0200
commitd156c47f0951cf681d16ed047f322e8332eb485e (patch)
tree1b97d1cb437fd7b2c0262640b7a70026e054413f /actions/task_assign_specific_user.php
parent919e5d51a4cc4a2928cd34c8c575d4c003bb9a74 (diff)
Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
Diffstat (limited to 'actions/task_assign_specific_user.php')
-rw-r--r--actions/task_assign_specific_user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/task_assign_specific_user.php b/actions/task_assign_specific_user.php
index edde560e..0d5b1b51 100644
--- a/actions/task_assign_specific_user.php
+++ b/actions/task_assign_specific_user.php
@@ -17,7 +17,7 @@ class TaskAssignSpecificUser 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 TaskAssignSpecificUser extends Base
* Get the required parameter for the event
*
* @access public
- * @return array
+ * @return string[]
*/
public function getEventRequiredParameters()
{