summaryrefslogtreecommitdiff
path: root/actions/task_close.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_close.php
parent919e5d51a4cc4a2928cd34c8c575d4c003bb9a74 (diff)
Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
Diffstat (limited to 'actions/task_close.php')
-rw-r--r--actions/task_close.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/task_close.php b/actions/task_close.php
index 3c45ebc0..8a6c8999 100644
--- a/actions/task_close.php
+++ b/actions/task_close.php
@@ -17,7 +17,7 @@ class TaskClose 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)
{
@@ -42,7 +42,7 @@ class TaskClose extends Base
* Get the required parameter for the event
*
* @access public
- * @return array
+ * @return string[]
*/
public function getEventRequiredParameters()
{