src/Assertion/Validator/AssertionValidation.php
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public Request $request,
public ?WebAuthnAuthenticatable $user = null,
public ?Challenge $challenge = null,
public ?WebAuthnCredential $credential = null,
public ?ClientDataJson $clientDataJson = null,