[line 45]
Does the indent need to be exactly right?If TRUE, indent needs to be exactly $indent spaces. If FALSE, indent needs to be at least $indent spaces (but can be more).
[line 75]
List of tokens not needing to be checked for indentation.Useful to allow Sniffs based on this to easily ignore/skip some tokens from verification. For example, inline HTML sections or PHP open/close tags can escape from here and have their own rules elsewhere.
[line 35]
The number of spaces code should be indented.[line 92]
Any scope openers that should not cause an indent.[line 25]
A list of tokenizers this sniff supports.[line 56]
Should tabs be used for indenting?If TRUE, fixes will be made using tabs instead of spaces. The size of each tab is important, so it should be specified using the --tab-width CLI argument.
void process(
File
$phpcsFile, int
$stackPtr)