PHPMD: suppress warnings
10.08.2018
/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
Unused code:
- UnusedPrivateField
- UnusedLocalVariable
- UnusedPrivateMethod
- UnusedFormalParameter
Naming:
- ShortVariable
- LongVariable
- ShortMethodName
- ConstructorWithNameAsEnclosingClass
- ConstantNamingConventions
- BooleanGetMethodName
- VariableNamingConventions
- MethodNamingConventions
- ClassNamingConventions
- AbstractNaming
- AvoidFieldNameMatchingTypeName
- AvoidFieldNameMatchingMethodName
- NoPackage
- MisleadingVariableName
Design:
- ExitExpression
- EvalExpression
- GotoStatement
- NumberOfChildren
- DepthOfInheritance
- CouplingBetweenObjects
- DevelopmentCodeFragment
Controversial: