GemsTracker/gemstracker-library

View on GitHub
classes/Gems/Event/SurveyBeforeAnsweringEventInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

interface Gems_Event_SurveyBeforeAnsweringEventInterface extends \Gems_Event_EventInterface
{
    /**
     * Process the data and return the answers that should be filled in beforehand.
     *

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