11 methods override AbstractScopeSniff::processTokenWithinScope()
- AbstractVariableSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Sniffs/ AbstractVariableSniff.php - Processes the token in the specified PHP_CodeSniffer\Files\File.
- CamelCapsFunctionNameSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ NamingConventions/ CamelCapsFunctionNameSniff.php - Processes the tokens within the scope.
- ConstructorNameSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ NamingConventions/ ConstructorNameSniff.php - Processes this test when one of its tokens is encountered.
- IncludeSystemSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ MySource/ Sniffs/ Channels/ IncludeSystemSniff.php - Processes the function tokens within the class.
- MethodDeclarationSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ Methods/ MethodDeclarationSniff.php - Processes the function tokens within the class.
- MethodScopeSniff::processTokenWithinScope in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ Scope/ MethodScopeSniff.php - Processes the function tokens within the class.
- MethodScopeSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Scope/ MethodScopeSniff.php - Processes the function tokens within the class.
- SelfMemberReferenceSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Classes/ SelfMemberReferenceSniff.php - Processes the function tokens within the class.
- StaticThisUsageSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Scope/ StaticThisUsageSniff.php - Processes this test, when one of its tokens is encountered.
- UnusedPrivateMethodSniff::processTokenWithinScope in vendor/
drupal/ coder/ coder_sniffer/ DrupalPractice/ Sniffs/ Objects/ UnusedPrivateMethodSniff.php - Processes the tokens within the scope.
- ValidFunctionNameSniff::processTokenWithinScope in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PEAR/ Sniffs/ NamingConventions/ ValidFunctionNameSniff.php - Processes the tokens within the scope.