Property | Type | Description | |
---|---|---|---|
$supportedTokenizers | array | A list of tokenizers this sniff supports. |
Method | Description | |
---|---|---|
process ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Processes the tokens that this sniff is interested in. | |
register ( ) : int[] | Returns the token types that this sniff is interested in. |
public register ( ) : int[] | ||
return | int[] |
public array $supportedTokenizers | ||
return | array |