Skip to content

feat: add ExecutableSource credentials #852

feat: add ExecutableSource credentials

feat: add ExecutableSource credentials #852

Triggered via pull request January 18, 2024 00:09
Status Failure
Total duration 34s
Artifacts

tests.yml

on: pull_request
Test Prefer Lowest
19s
Test Prefer Lowest
PHP Style Check
18s
PHP Style Check
PHPStan Static Analysis
24s
PHPStan Static Analysis
Matrix: test
Fit to window
Zoom out
Zoom in

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.