mineur/twitter-stream-api

View on GitHub
src/Model/User.php

Summary

Maintainability
B
5 hrs
Test Coverage

Showing 2 of 2 total issues

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

class User
{
/** @var int */
private $id;
Severity: Minor
Found in src/Model/User.php - About 2 hrs to fix

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

    int $id,
    string $name,
    ? string $screenName,
    ? string $location,
    ? string $url,
    Severity: Major
    Found in src/Model/User.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status