From 4e874fad90832cf325ed8b718ae55c58dd92b1db Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 18 Jan 2015 18:21:33 -0500 Subject: Fix some phpdoc comments --- app/Model/SubtaskExport.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Model') 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) -- cgit v1.2.3