tests/storage/annotations/OpenApi/L5SwaggerAnnotationsExampleSecurityScheme.php
Avoid excessively long class names like L5SwaggerAnnotationsExampleSecurityScheme. Keep class name length under 40. Open
Open
class L5SwaggerAnnotationsExampleSecurityScheme
{
}
- 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 {
}