Skip to content

Commit d1aa25a

Browse files
committed
Fixed some PHPDoc
1 parent 03a2058 commit d1aa25a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/FabianBeiner/Todoist/TodoistTaskTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ public function testUpdateTask($taskId)
7474
* @depends testCreateTask
7575
*
7676
* @param $taskId
77+
*
78+
* @throws \GuzzleHttp\Exception\GuzzleException
7779
*/
7880
public function testCloseTask($taskId)
7981
{
@@ -85,6 +87,8 @@ public function testCloseTask($taskId)
8587
* @depends testCreateTask
8688
*
8789
* @param $taskId
90+
*
91+
* @throws \GuzzleHttp\Exception\GuzzleException
8892
*/
8993
public function testReopenTask($taskId)
9094
{
@@ -96,6 +100,8 @@ public function testReopenTask($taskId)
96100
* @depends testCreateTask
97101
*
98102
* @param $taskId
103+
*
104+
* @throws \GuzzleHttp\Exception\GuzzleException
99105
*/
100106
public function testDeleteTask($taskId)
101107
{

0 commit comments

Comments
 (0)