app/code/community/Ecocode/Profiler/Block/Collector/Translation/Panel.php
Avoid excessively long class names like Ecocode_Profiler_Block_Collector_Translation_Panel. Keep class name length under 40. Open
Open
class Ecocode_Profiler_Block_Collector_Translation_Panel
extends Ecocode_Profiler_Block_Collector_Base
{
- Read upRead up
- Exclude checks
LongClassName
Since: 2.9
Detects when classes or interfaces are declared with excessively long names.
Example
class ATooLongClassNameThatHintsAtADesignProblem {
}
interface ATooLongInterfaceNameThatHintsAtADesignProblem {
}