src/Model/User.php
Showing 2 of 2 total issues
User
has 23 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class User{ /** @var int */ private $id;
Method __construct
has 20 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
int $id, string $name, ? string $screenName, ? string $location, ? string $url,