Fix some phpdoc comments

This commit is contained in:
Frederic Guillot
2015-01-18 18:21:33 -05:00
parent 92d9c3695e
commit 4e874fad90
4 changed files with 13 additions and 5 deletions

View File

@@ -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)