src/Phan/Language/Element/Comment/Parameter.php

Summary

Maintainability
A
1 hr
Test Coverage

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

        string $name,
        UnionType $type,
        int $lineno = 0,
        bool $is_variadic = false,
        bool $has_default_value = false,
Severity: Major
Found in src/Phan/Language/Element/Comment/Parameter.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status