runcmf/runtracy

View on GitHub
src/RunTracy/Helpers/PhpInfoPanel.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getPanel has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getPanel()
    {
        ob_start();
        phpinfo();
        $phpInfo = ob_get_contents();
Severity: Minor
Found in src/RunTracy/Helpers/PhpInfoPanel.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status