| AreAllArgumentsValid | Validates whether a function has a default return type in the docblock present. |
| AreAllArgumentsValidValidator | |
| DoesArgumentNameMatchParam | Validates whether a function has a default return type in the docblock present. |
| DoesArgumentNameMatchParamValidator | |
| DoesArgumentTypehintMatchParam | Checks the typehint of the argument versus the @param tag. |
| DoesArgumentTypehintMatchParamValidator | |
| DoesParamsExists | Validates whether a function has a default return type in the docblock present. |
| DoesParamsExistsValidator | |
| IsArgumentInDocBlock | Validates whether a function has a missing argument in the docblock. |
| IsArgumentInDocBlockValidator | Validates if a Method or Function's arguments all have an accompanying param tag in the DocBlock. |
| IsParamTypeNotAnIdeDefault | Validates whether a function has a default param type in the docblock present. |
| IsParamTypeNotAnIdeDefaultValidator | Validates whether the type for a param tag with a Method or Function is not a known default. |
| IsReturnTypeNotAnIdeDefault | Validates whether a function has a default return type in the docblock present. |
| IsReturnTypeNotAnIdeDefaultValidator |