T_PHPCS_IGNORE
3 uses of T_PHPCS_IGNORE
- ClassDeclarationSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PEAR/ Sniffs/ Classes/ ClassDeclarationSniff.php - Processes this test, when one of its tokens is encountered.
- DisallowMultipleStatementsSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ Formatting/ DisallowMultipleStatementsSniff.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 190
Namespace
PHP_CodeSniffer\UtilCode
define('T_PHPCS_IGNORE', 'PHPCS_T_PHPCS_IGNORE');