src/Phan/Language/Element/AddressableElement.php
AddressableElement
has 22 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class AddressableElement extends TypedElement implements AddressableElementInterface
{
use Memoize;
/**
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Context $context,
string $name,
UnionType $type,
int $flags,
FQSEN $fqsen