T_MATCH_ARROW
8 uses of T_MATCH_ARROW
- DuplicateSpacesSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Whitespaces/ DuplicateSpacesSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- File::findEndOfStatement in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the position of the last non-whitespace token in a statement.
- File::findStartOfStatement in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the position of the first non-whitespace token in a statement.
- ObjectInstantiationSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Objects/ ObjectInstantiationSniff.php - Process the tokens that this sniff is listening for.
- OperatorSpacingSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ WhiteSpace/ OperatorSpacingSniff.php - Returns an array of tokens this test wants to listen for.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Util/ Tokens.php, line 80
Namespace
PHP_CodeSniffer\UtilCode
define('T_MATCH_ARROW', 'PHPCS_T_MATCH_ARROW');