diff --git a/src/FabianBeiner/Todoist/TodoistClient.php b/src/FabianBeiner/Todoist/TodoistClient.php index 5226812..460f193 100644 --- a/src/FabianBeiner/Todoist/TodoistClient.php +++ b/src/FabianBeiner/Todoist/TodoistClient.php @@ -70,8 +70,9 @@ public function __construct(string $apiToken, array $config = []) * @param string $uri * @param array $options * - * @return PromiseInterface * @throws \Exception + * + * @return PromiseInterface */ public function requestAsync($method, $uri = '', array $options = []): PromiseInterface { diff --git a/tests/FabianBeiner/Todoist/TodoistClientTest.php b/tests/FabianBeiner/Todoist/TodoistClientTest.php index 19e9079..a2f2e71 100644 --- a/tests/FabianBeiner/Todoist/TodoistClientTest.php +++ b/tests/FabianBeiner/Todoist/TodoistClientTest.php @@ -58,9 +58,9 @@ public function testGetAllProjects() } /** - * @return int ID of the created project. * @throws \FabianBeiner\Todoist\TodoistException * + * @return int ID of the created project. */ public function testCreateProject() {