repman-io/repman

View on GitHub
src/Security/Model/User.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function __construct(string $id, string $email, string $password, string $status, bool $emailConfirmed, string $emailConfirmToken, $roles, $organizations, bool $emailScanResult, string $timezone)
Severity: Major
Found in src/Security/Model/User.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status