Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Tokens.php
T_BACKTICK
1 use of
T_BACKTICK
BacktickOperatorSniff::register
in vendor/
squizlabs/
php_codesniffer/
src/
Standards/
Generic/
Sniffs/
PHP/
BacktickOperatorSniff.php
Returns an array of tokens this test wants to listen for.
File
vendor/
squizlabs/
php_codesniffer/
src/
Util/
Tokens.php
, line 63
Namespace
PHP_CodeSniffer\Util
Code
define
(
'T_BACKTICK'
,
'PHPCS_T_BACKTICK'
);
RSS feed