T_CLOSE_OBJECT
4 uses of T_CLOSE_OBJECT
- JS::processAdditional in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ JS.php - Performs additional processing after main tokenizing.
- ObjectMemberCommaSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Objects/ ObjectMemberCommaSniff.php - Registers the token types that this sniff wishes to listen to.
- ScopeIndentSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ WhiteSpace/ ScopeIndentSniff.php - Processes this test, when one of its tokens is encountered.
- ScopeIndentSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ ScopeIndentSniff.php - Processes this test, when one of its tokens is encountered.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 53
Namespace
PHP_CodeSniffer\UtilCode
define('T_CLOSE_OBJECT', 'PHPCS_T_CLOSE_OBJECT');