Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Oct 30, 2024
1 parent b700af0 commit 8820f34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Grant/DeviceCodeGrantTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -776,10 +776,10 @@ public function testIssueAccessDeniedError(): void
'device_code' => $this->cryptStub->doEncrypt(
json_encode(
[
'device_code_id' => uniqid(),
'expire_time' => time() + 3600,
'client_id' => 'foo',
'scopes' => ['foo'],
'device_code_id' => uniqid(),
'expire_time' => time() + 3600,
'client_id' => 'foo',
'scopes' => ['foo'],
],
JSON_THROW_ON_ERROR
),
Expand Down

0 comments on commit 8820f34

Please sign in to comment.