T_PHPCS_SET
4 uses of T_PHPCS_SET
- File::process in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Starts the stack traversal and tells listeners when tokens are found.
- 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.
- Tokenizer::createPositionMap in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ Tokenizer.php - Sets token position information.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 189
Namespace
PHP_CodeSniffer\UtilCode
define('T_PHPCS_SET', 'PHPCS_T_PHPCS_SET');