Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yash30201 committed Dec 29, 2023
1 parent 0170d85 commit 15ea32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Credentials/GCECredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public function getCacheKey()
}

/**
* @return array{access_token:string,expires_at:int}|array{id_token:string}|null
* @return array<mixed|null
*/
public function getLastReceivedToken()

Check failure on line 454 in src/Credentials/GCECredentials.php

View workflow job for this annotation

GitHub Actions / PHPStan Static Analysis

PHPDoc tag @return has invalid value (array<mixed|null): Unexpected token "*/", expected '>' at offset 41
{
Expand Down

0 comments on commit 15ea32f

Please sign in to comment.