Skip to content

Commit

Permalink
Make OAuth2Token non-final
Browse files Browse the repository at this point in the history
  • Loading branch information
Amunak authored May 11, 2023
1 parent 272facb commit d896a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Security/Authentication/Token/OAuth2Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* @author Mathias Arlaud <[email protected]>
*/
final class OAuth2Token extends AbstractToken
class OAuth2Token extends AbstractToken
{
/**
* @param list<string> $scopes
Expand Down

0 comments on commit d896a16

Please sign in to comment.