Skip to content

Commit

Permalink
fix: Nit fix on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yash30201 committed Dec 19, 2023
1 parent bfe2cfe commit 3fc4be9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Credentials/GCECredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class GCECredentials extends CredentialsLoader implements
protected $lastReceivedToken;

/**
* User in observability metric headers
* Used in observability metric headers
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Credentials/ImpersonatedServiceAccountCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ImpersonatedServiceAccountCredentials extends CredentialsLoader implements
protected $sourceCredentials;

/**
* User in observability metric headers
* Used in observability metric headers
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Credentials/ServiceAccountCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ServiceAccountCredentials extends CredentialsLoader implements
protected $projectId;

/**
* User in observability metric headers
* Used in observability metric headers
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Credentials/ServiceAccountJwtAccessCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ServiceAccountJwtAccessCredentials extends CredentialsLoader implements
protected $quotaProject;

/**
* User in observability metric headers
* Used in observability metric headers
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Credentials/UserRefreshCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class UserRefreshCredentials extends CredentialsLoader implements GetQuotaProjec
protected $quotaProject;

/**
* User in observability metric headers
* Used in observability metric headers
*
* @var string
*/
Expand Down

0 comments on commit 3fc4be9

Please sign in to comment.