feat: add ExecutableSource credentials #852
tests.yml
on: pull_request
Test Prefer Lowest
19s
PHP Style Check
18s
PHPStan Static Analysis
24s
Matrix: test
Annotations
11 errors
PHP Style Check
Process completed with exit code 8.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L41
Property Google\Auth\CredentialSource\ExecutableSource::$executable is never read, only written.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L44
Property Google\Auth\CredentialSource\ExecutableSource::$timeoutMillis is never read, only written.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L53
PHPDoc tag @param for parameter $timeoutMillis with type string is incompatible with native type int|null.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L79
Access to an undefined property Google\Auth\CredentialSource\ExecutableSource::$file.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L80
Access to an undefined property Google\Auth\CredentialSource\ExecutableSource::$format.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L86
Access to an undefined property Google\Auth\CredentialSource\ExecutableSource::$subjectTokenFieldName.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L91
Access to an undefined property Google\Auth\CredentialSource\ExecutableSource::$subjectTokenFieldName.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L97
Method Google\Auth\CredentialSource\ExecutableSource::setExecutableEnvironmentVariables() has no return type specified.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L97
Method Google\Auth\CredentialSource\ExecutableSource::setExecutableEnvironmentVariables() is unused.
|
PHPStan Static Analysis:
src/Credentials/ExternalAccountCredentials.php#L162
Instantiated class Google\Auth\Credentials\ExecutableSource not found.
|