Skip to content

Commit 5034a65

Browse files
committed
Add docblock
1 parent bbfb187 commit 5034a65

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Models/TaskList.php

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ public function addTask(array $data)
2727
return $this->client()->post($this->model.DS.$this->id.DS.'task', $data);
2828
}
2929

30+
/**
31+
* getTasks
32+
*
33+
* @param array $data
34+
*
35+
* @return void
36+
*/
3037
public function getTasks(array $data=[]) {
3138
$this->checkId();
3239

0 commit comments

Comments
 (0)