EscolaLMS/Auth

View on GitHub
src/Dtos/UserUpdateKeysDto.php

Summary

Maintainability
A
1 hr
Test Coverage
F
18%

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

    public function __construct(bool $firstName = false, bool $lastName = false, bool $age = false, bool $gender = false, bool $country = false, bool $city = false, bool $street = false, bool $postcode = false)
Severity: Major
Found in src/Dtos/UserUpdateKeysDto.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status