T_ANON_CLASS
41 uses of T_ANON_CLASS
- AbstractControlStructureSpacing::findControlStructureEnd in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ AbstractControlStructureSpacing.php - AnonClassDeclarationSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Classes/ AnonClassDeclarationSniff.php - Returns an array of tokens this test wants to listen for.
- CallTimePassByReferenceSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ Functions/ CallTimePassByReferenceSniff.php - Returns an array of tokens this test wants to listen for.
- ClassDeclarationSniff::processClose in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ Classes/ ClassDeclarationSniff.php - Processes the closing section of a class declaration.
- ClassDeclarationSniff::processOpen in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ Classes/ ClassDeclarationSniff.php - Processes the opening section of a class declaration.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 62
Namespace
PHP_CodeSniffer\UtilCode
define('T_ANON_CLASS', 'PHPCS_T_ANON_CLASS');