T_CLOSE_CURLY_BRACKET
76 uses of T_CLOSE_CURLY_BRACKET
- AbstractControlStructureSpacing::checkLinesAfter in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ AbstractControlStructureSpacing.php - AbstractPatternSniff::processPattern in vendor/
squizlabs/ php_codesniffer/ src/ Sniffs/ AbstractPatternSniff.php - Processes the pattern and verifies the code at $stackPtr.
- ArbitraryParenthesesSpacingSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ ArbitraryParenthesesSpacingSniff.php - Processes this test, when one of its tokens is encountered.
- ArbitraryParenthesesSpacingSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ ArbitraryParenthesesSpacingSniff.php - Returns an array of tokens this test wants to listen for.
- BlockControlStructureSpacingSniff::isWhilePartOfDo in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ BlockControlStructureSpacingSniff.php
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 14
Namespace
PHP_CodeSniffer\UtilCode
define('T_CLOSE_CURLY_BRACKET', 'PHPCS_T_CLOSE_CURLY_BRACKET');