feat: add ExecutableSource credentials #856
tests.yml
on: pull_request
Test Prefer Lowest
17s
PHP Style Check
25s
PHPStan Static Analysis
21s
Matrix: test
Annotations
17 errors and 6 warnings
Test Prefer Lowest
Process completed with exit code 2.
|
PHP 8.2 Unit Test
Process completed with exit code 2.
|
PHP 8.3 Unit Test
Process completed with exit code 2.
|
PHP 8.0 Unit Test
Process completed with exit code 2.
|
PHP 7.4 Unit Test
Process completed with exit code 2.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L40
Property Google\Auth\CredentialSource\ExecutableSource::$timeoutMillis is never read, only written.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L42
Property Google\Auth\CredentialSource\ExecutableSource::$environmentVariables type has no value type specified in iterable type array.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L49
Method Google\Auth\CredentialSource\ExecutableSource::__construct() has parameter $environmentVariables with no value type specified in iterable type array.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L49
PHPDoc tag @param for parameter $timeoutMillis with type string is incompatible with native type int|null.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L78
Parameter #1 $json of function json_decode expects string, string|false given.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L90
Binary operation "." between array<int, non-falsy-string> and ' ' results in an error.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L93
Anonymous function should return string but returns array<int, string>.
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L97
Undefined variable: $returnVar
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L100
Undefined variable: $returnVar
|
PHPStan Static Analysis:
src/CredentialSource/ExecutableSource.php#L118
Undefined variable: $string
|
PHP 8.1 Unit Test
Process completed with exit code 2.
|
PHP Style Check
Process completed with exit code 8.
|
Test Prefer Lowest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-invision/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHP 8.2 Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-invision/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHP 8.3 Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-invision/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHP 8.0 Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-invision/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHP 7.4 Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-invision/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHP 8.1 Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-invision/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|