1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

chore: fmt

This commit is contained in:
loks0n 2023-10-11 14:21:59 +01:00
parent 0332d35d9e
commit 4f11cbacb4

View file

@ -986,7 +986,7 @@ class AccountCustomClientTest extends Scope
* @depends testGetAccountSessions
* @depends testGetAccountLogs
*/
public function testExchangeUniversalToken(array $data): array
public function testExchangeUniversalToken(array $data): array
{
$response = $this->client->call(Client::METHOD_POST, '/users/' . $data['id'] . '/tokens', [
'content-type' => 'application/json',
@ -1038,7 +1038,7 @@ class AccountCustomClientTest extends Scope
]);
$this->assertEquals(401, $response['headers']['status-code']);
return $data;
}