Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from andythedandy/feature/SWPORD-3657_change-va…
Browse files Browse the repository at this point in the history
…riable-visibility-for-usage-in-subclass

SWPROD-3657 change visibility of refreshToken var for inheritance reasons
  • Loading branch information
danextstep authored Aug 2, 2022
2 parents 1b0d608 + 0e69d85 commit a929a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2/GrantType/RefreshToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RefreshToken implements GrantTypeInterface
/**
* @var array
*/
private $refreshToken;
protected $refreshToken;

/**
* @var RefreshTokenInterface
Expand Down

0 comments on commit a929a27

Please sign in to comment.