Skip to content

Commit

Permalink
revert formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed May 13, 2024
1 parent 669debf commit c64d95e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Grant/AbstractGrantTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ public function testGetClientCredentialsClientSecretNotAString(): void
[],
[],
[
'client_id' => 'client_id',
'client_secret' => ['not', 'a', 'string'],
'client_id' => 'client_id',
'client_secret' => ['not', 'a', 'string'],
]
);
$getClientCredentialsMethod = $abstractGrantReflection->getMethod('getClientCredentials');
Expand Down Expand Up @@ -445,7 +445,7 @@ public function testIssueAccessToken(): void
$grantMock,
new DateInterval('PT1H'),
new ClientEntity(),
'123',
123,
[new ScopeEntity()]
);

Expand Down

0 comments on commit c64d95e

Please sign in to comment.