bkdotcom/PHPDebugConsole

View on GitHub
src/Debug/Route/WampCrate.php

Summary

Maintainability
A
1 hr
Test Coverage
A
93%

Method crateLogEntry has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function crateLogEntry(LogEntry $logEntry)
    {
        $this->classesNew = array();
        $this->detectFiles = $logEntry->getMeta('detectFiles', false);
        $args = $this->crate($logEntry['args']);
Severity: Minor
Found in src/Debug/Route/WampCrate.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status