Skip to content

Commit a0e5712

Browse files
authored
Apply suggestions from code review
1 parent d8a1f45 commit a0e5712

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Credentials/ExternalAccountCredentials.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* is used.
4343
* When the credential configuration is accepted from an
4444
* untrusted source, you should validate it before creating this class.
45-
* [documentation] https://cloud.google.com/docs/authentication/external/externally-sourced-credentials for more details.
45+
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
4646
*/
4747
class ExternalAccountCredentials implements
4848
FetchAuthTokenInterface,

src/Credentials/ImpersonatedServiceAccountCredentials.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* is used.
3838
* When the credential configuration is accepted from an
3939
* untrusted source, you should validate it before creating this class.
40-
* [documentation] https://cloud.google.com/docs/authentication/external/externally-sourced-credentials for more details.
40+
* @see https://cloud.google.com/docs/authentication/external/externally-sourced-credentials
4141
*/
4242
class ImpersonatedServiceAccountCredentials extends CredentialsLoader implements
4343
SignBlobInterface,

0 commit comments

Comments
 (0)