Joomla_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff::process
Processes this sniff, when one of its tokens is encountered.
Signature
public function process(PHP_CodeSniffer_File
$phpcsFile,
integer
$stackPtr )
Parameters
-
$phpcsFile
- The file being scanned.
-
$stackPtr
- The position of the current token in the stack passed in $tokens.
Returns
- void