feat: add AWS credential source #665
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
tests.yml
on: pull_request
Test Prefer Lowest
22s
PHP Style Check
47s
PHPStan Static Analysis
30s
Matrix: test
Annotations
9 errors
PHPStan Static Analysis:
src/CredentialSource/AwsNativeSource.php#L254
PHPDoc tag @param for parameter $httpHandler with type Google\Auth\CredentialSource\HttpHandlerInterface is not subtype of native type callable.
|
PHPStan Static Analysis:
src/CredentialSource/AwsNativeSource.php#L254
Parameter $httpHandler of method Google\Auth\CredentialSource\AwsNativeSource::getRegionFromUrl() has invalid type Google\Auth\CredentialSource\HttpHandlerInterface.
|
PHPStan Static Analysis:
src/CredentialSource/AwsNativeSource.php#L272
PHPDoc tag @param for parameter $httpHandler with type Google\Auth\CredentialSource\HttpHandlerInterface is not subtype of native type callable.
|
PHPStan Static Analysis:
src/CredentialSource/AwsNativeSource.php#L272
PHPDoc tag @param references unknown parameter: $regionUrl
|
PHPStan Static Analysis:
src/CredentialSource/AwsNativeSource.php#L272
Parameter $httpHandler of method Google\Auth\CredentialSource\AwsNativeSource::getRoleName() has invalid type Google\Auth\CredentialSource\HttpHandlerInterface.
|
PHPStan Static Analysis:
src/CredentialSource/AwsNativeSource.php#L290
PHPDoc tag @param for parameter $httpHandler with type Google\Auth\CredentialSource\HttpHandlerInterface is not subtype of native type callable.
|
PHPStan Static Analysis:
src/CredentialSource/AwsNativeSource.php#L290
PHPDoc tag @param references unknown parameter: $regionUrl
|
PHPStan Static Analysis:
src/CredentialSource/AwsNativeSource.php#L291
Parameter $httpHandler of method Google\Auth\CredentialSource\AwsNativeSource::getSigningVarsFromUrl() has invalid type Google\Auth\CredentialSource\HttpHandlerInterface.
|
PHPStan Static Analysis
Process completed with exit code 1.
|