src/Phan/Debug/SignalHandler.php

Summary

Maintainability
A
1 hr
Test Coverage

Method init has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function init(): void
    {
        static $did_init = false;
        if ($did_init) {
            return;
Severity: Minor
Found in src/Phan/Debug/SignalHandler.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status