summaryrefslogtreecommitdiff
path: root/app/Model
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-01-18 18:21:33 -0500
committerFrederic Guillot <fred@kanboard.net>2015-01-18 18:21:33 -0500
commit4e874fad90832cf325ed8b718ae55c58dd92b1db (patch)
treea282eed4906f18933bb0202164aad523d6ca4ff1 /app/Model
parent92d9c3695e3e1e9619f26948f08b293b794ef784 (diff)
Fix some phpdoc comments
Diffstat (limited to 'app/Model')
-rw-r--r--app/Model/SubtaskExport.php6
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)