feat: remove deprecated AndroidSafetynet #330
static.yml
on: pull_request
Static analysis
/
Psalm
44s
Static analysis
/
PHPStan
37s
Annotations
5 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/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.
|