Skip to content

Commit 590eb62

Browse files
authored
Merge pull request #6 from FabianBeiner/analysis-qv1L7O
Apply fixes from StyleCI
2 parents 730af66 + 9d6a037 commit 590eb62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/FabianBeiner/Todoist/TodoistClient.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ public function __construct(string $apiToken, array $config = [])
7070
* @param string $uri
7171
* @param array $options
7272
*
73-
* @return PromiseInterface
7473
* @throws \Exception
74+
*
75+
* @return PromiseInterface
7576
*/
7677
public function requestAsync($method, $uri = '', array $options = []): PromiseInterface
7778
{

tests/FabianBeiner/Todoist/TodoistClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ public function testGetAllProjects()
5858
}
5959

6060
/**
61-
* @return int ID of the created project.
6261
* @throws \FabianBeiner\Todoist\TodoistException
6362
*
63+
* @return int ID of the created project.
6464
*/
6565
public function testCreateProject()
6666
{

0 commit comments

Comments
 (0)