Laragear/WebAuthn

View on GitHub
src/Assertion/Validator/AssertionValidation.php

Summary

Maintainability
A
45 mins
Test Coverage

Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        public Request $request,
        public ?WebAuthnAuthenticatable $user = null,
        public ?Challenge $challenge = null,
        public ?WebAuthnCredential $credential = null,
        public ?ClientDataJson $clientDataJson = null,
Severity: Minor
Found in src/Assertion/Validator/AssertionValidation.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status