Joomla_Sniffs_Classes_MethodScopeSniff::processTokenWithinScope
Processes the function tokens within the class.
Signature
protected function processTokenWithinScope(PHP_CodeSniffer_File
$phpcsFile,
integer
$stackPtr,
integer
$currScopeĀ )
Parameters
-
$phpcsFile
- The file where this token was found.
-
$stackPtr
- The position where the token was found.
-
$currScope
- The current scope opener token.
Returns
- void