src/Phan/Language/Element/AddressableElement.php

Summary

Maintainability
A
2 hrs
Test Coverage

AddressableElement has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class AddressableElement extends TypedElement implements AddressableElementInterface
{
    use Memoize;

    /**
Severity: Minor
Found in src/Phan/Language/Element/AddressableElement.php - About 2 hrs to fix

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

            Context $context,
            string $name,
            UnionType $type,
            int $flags,
            FQSEN $fqsen
    Severity: Minor
    Found in src/Phan/Language/Element/AddressableElement.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status