PEAR_Sniffs_ControlStructures_ControlSignatureSniff
extends PHP_CodeSniffer_Standards_AbstractPatternSniff
in package
Verifies that control statements conform to their coding standards.
Tags
Table of Contents
- $ignoreComments : bool
- If true, comments will be ignored if they are found in the code.
- getPatterns() : array<string|int, string>
- Returns the patterns that this test wishes to verify.
Properties
$ignoreComments
If true, comments will be ignored if they are found in the code.
public
bool
$ignoreComments
= rue
Methods
getPatterns()
Returns the patterns that this test wishes to verify.
protected
getPatterns() : array<string|int, string>