DrdPlus/Theurgist/Spells/SpellParameters/Exceptions/AdditionByDifficultyWithoutStepsCanNotBeChanged.php
Avoid excessively long class names like AdditionByDifficultyWithoutStepsCanNotBeChanged. Keep class name length under 40. Open
Open
class AdditionByDifficultyWithoutStepsCanNotBeChanged extends \LogicException implements Logic
{
}
- 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 {
}