ecoco/magento_profiler

View on GitHub
app/code/community/Ecocode/Profiler/Model/Logger/DebugHandlerInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid excessively long class names like Ecocode_Profiler_Model_Logger_DebugHandlerInterface. Keep class name length under 40.
Open

interface Ecocode_Profiler_Model_Logger_DebugHandlerInterface
{
    /**
     * Returns an array of logs.
     *

LongClassName

Since: 2.9

Detects when classes or interfaces are declared with excessively long names.

Example

class ATooLongClassNameThatHintsAtADesignProblem {

}

interface ATooLongInterfaceNameThatHintsAtADesignProblem {

}

Source https://phpmd.org/rules/naming.html#longclassname

There are no issues that match your filters.

Category
Status