T_CLOSE_USE_GROUP
5 uses of T_CLOSE_USE_GROUP
- CompoundNamespaceDepthSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Namespaces/ CompoundNamespaceDepthSniff.php - Processes this test, when one of its tokens is encountered.
- File::findEndOfStatement in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the position of the last non-whitespace token in a statement.
- File::findStartOfStatement in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the position of the first non-whitespace token in a statement.
- PHP::tokenize in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Creates an array of tokens when given some PHP code.
- UseDeclarationSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ Namespaces/ UseDeclarationSniff.php - Processes this test, when one of its tokens is encountered.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 74
Namespace
PHP_CodeSniffer\UtilCode
define('T_CLOSE_USE_GROUP', 'PHPCS_T_CLOSE_USE_GROUP');