Skip to content

Commit

Permalink
fix FetchAuthTokenInterface typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Oct 1, 2024
1 parent f5a1057 commit 3b38b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Credentials/ImpersonatedServiceAccountCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ImpersonatedServiceAccountCredentials extends CredentialsLoader implements
protected $impersonatedServiceAccountName;

/**
* @var UserRefreshCredentials
* @var FetchAuthTokenInterface
*/
protected $sourceCredentials;

Expand Down

0 comments on commit 3b38b22

Please sign in to comment.