Skip to content

Commit bcb1664

Browse files
committed
delete unused code
1 parent 98ad988 commit bcb1664

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Api/My.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ public function status(): Status
3939
}
4040

4141
/**
42-
* @param array $options
43-
*
4442
* @return Tasks
4543
*/
46-
public function tasks(array $options = []): Tasks
44+
public function tasks(): Tasks
4745
{
4846
return new My\Tasks($this->client, new TaskFactory());
4947
}

0 commit comments

Comments
 (0)