phpmentoring/webapp

View on GitHub
src/Mentoring/User/User.php

Summary

Maintainability
B
4 hrs
Test Coverage

User has 36 functions (exceeds 20 allowed). Consider refactoring.
Open

class User
{
    protected $id;
    protected $email;
    protected $roles = [];
Severity: Minor
Found in src/Mentoring/User/User.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status