phug-php/phug

View on GitHub
src/Phug/Renderer/Renderer/Profiler/LinkDump.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method initProperties has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function initProperties($name, $events)
    {
        $style = [];
        foreach ([
            ['current', EndLexEvent::class, 'lexing', [
Severity: Minor
Found in src/Phug/Renderer/Renderer/Profiler/LinkDump.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status