src/Phan/PluginV3/PluginAwareBaseAnalysisVisitor.php

Summary

Maintainability
A
45 mins
Test Coverage

Method emit has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string $issue_type,
        string $issue_message_fmt,
        array $issue_message_args = [],
        int $severity = Issue::SEVERITY_NORMAL,
        int $remediation_difficulty = Issue::REMEDIATION_B,
Severity: Minor
Found in src/Phan/PluginV3/PluginAwareBaseAnalysisVisitor.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status