Skip to content

Commit

Permalink
Don't extend AccessTokenInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmdude committed Apr 16, 2023
1 parent 35aae9c commit 49777e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Token/ResourceOwnerAccessTokenInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace League\OAuth2\Client\Token;

interface ResourceOwnerAccessTokenInterface
interface ResourceOwnerAccessTokenInterface extends AccessTokenInterface
{
/**
* Returns the resource owner identifier, if defined.
Expand Down
2 changes: 1 addition & 1 deletion src/Token/SettableRefreshTokenInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace League\OAuth2\Client\Token;

interface SettableRefreshTokenInterface extends AccessTokenInterface
interface SettableRefreshTokenInterface
{
/**
* Sets or replaces the refresh token with the provided refresh token.
Expand Down

0 comments on commit 49777e3

Please sign in to comment.