ecoco/magento_profiler

View on GitHub
app/code/community/Ecocode/Profiler/Block/Collector/Request/Toolbar.php

Summary

Maintainability
A
0 mins
Test Coverage

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

class Ecocode_Profiler_Block_Collector_Request_Toolbar
    extends Ecocode_Profiler_Block_Collector_Base
{
    public function renderHandler($controller, $route = false, $method = false)
    {

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