rugk/xenforo-threema-gateway

View on GitHub
src/library/ThreemaGateway/Listener/LoadClassController.php

Summary

Maintainability
A
0 mins
Test Coverage

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

class ThreemaGateway_Listener_LoadClassController
{
    /**
     * Extent XenForo's controllers.
     *

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