diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-18 18:21:33 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-18 18:21:33 -0500 |
commit | 4e874fad90832cf325ed8b718ae55c58dd92b1db (patch) | |
tree | a282eed4906f18933bb0202164aad523d6ca4ff1 /app/Model/SubtaskExport.php | |
parent | 92d9c3695e3e1e9619f26948f08b293b794ef784 (diff) |
Fix some phpdoc comments
Diffstat (limited to 'app/Model/SubtaskExport.php')
-rw-r--r-- | app/Model/SubtaskExport.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Model/SubtaskExport.php b/app/Model/SubtaskExport.php index 50b028e2..672c50c6 100644 --- a/app/Model/SubtaskExport.php +++ b/app/Model/SubtaskExport.php @@ -86,9 +86,9 @@ class SubtaskExport extends Base * Get all subtasks for a given project * * @access public - * @param integer $task_id Task id - * @param mixed $from Start date (timestamp or user formatted date) - * @param mixed $to End date (timestamp or user formatted date) + * @param integer $project_id Project id + * @param mixed $from Start date (timestamp or user formatted date) + * @param mixed $to End date (timestamp or user formatted date) * @return array */ public function getSubtasks($project_id, $from, $to) |