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 c3e413a commit 35aae9c
Showing 1 changed file with 1 addition and 1 deletion.
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 extends AccessTokenInterface
interface ResourceOwnerAccessTokenInterface
{
/**
* Returns the resource owner identifier, if defined.
Expand Down

0 comments on commit 35aae9c

Please sign in to comment.