Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Sep 12, 2024
1 parent dae0a91 commit c066633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/RefreshTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
'my_client_secret',
]),
new Options(
scopes: ['scope1', 'scope2'],
accessToken: static function ($response) {
scopes: ['scope1', 'scope2'],
accessToken: static function ($response) {
return $response->json()['custom_access_token'];
},
),
Expand Down

0 comments on commit c066633

Please sign in to comment.