EscolaLMS/Auth

View on GitHub
src/Dtos/UserSaveDto.php

Summary

Maintainability
A
1 hr
Test Coverage
A
91%

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

        string $firstName,
        string $lastName,
        bool $isActive,
        array $roles,
        ?string $email = null,
Severity: Major
Found in src/Dtos/UserSaveDto.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status