feat: improve userless connection mode #329
static.yml
on: pull_request
Static analysis
/
Psalm
41s
Static analysis
/
PHPStan
33s
Annotations
6 errors
Static analysis / PHPStan:
src/Models/Casts/TrustPath.php#L22
Call to method loadTrustPath() of deprecated class Webauthn\TrustPath\TrustPathLoader:
since 4.9.0 and will be removed in 5.0.0. Use the serializer instead
|
Static analysis / PHPStan:
src/Services/Webauthn/CredentialAssertionValidator.php#L59
Call to function in_array() requires parameter #3 to be set.
|
Static analysis / PHPStan:
src/WebauthnServiceProvider.php#L134
Fetching class constant class of deprecated class Webauthn\AttestationStatement\AndroidSafetyNetAttestationStatementSupport:
since 4.9.0 and will be removed in 5.0.0. Android SafetyNet is now deprecated.
|
Static analysis / PHPStan:
src/WebauthnServiceProvider.php#L135
Instantiation of deprecated class Webauthn\AttestationStatement\AndroidSafetyNetAttestationStatementSupport:
since 4.9.0 and will be removed in 5.0.0. Android SafetyNet is now deprecated.
|
Static analysis / PHPStan:
src/WebauthnServiceProvider.php#L162
Fetching class constant class of deprecated class Webauthn\AttestationStatement\AndroidSafetyNetAttestationStatementSupport:
since 4.9.0 and will be removed in 5.0.0. Android SafetyNet is now deprecated.
|
Static analysis / PHPStan
Process completed with exit code 1.
|