Skip to content

Commit 35ebd1f

Browse files
gsherwoodjrfnl
authored andcommitted
Tokens: removed unused tokens
Both of these were deprecated in PHPCS 3.3.0 and have been unused since. Fixes squizlabs/PHP_CodeSniffer 1997 Related to 6
1 parent 89f142f commit 35ebd1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Util/Tokens.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
define('T_BITWISE_OR', 'PHPCS_T_BITWISE_OR');
3636
define('T_BITWISE_XOR', 'PHPCS_T_BITWISE_XOR');
3737
define('T_BITWISE_NOT', 'PHPCS_T_BITWISE_NOT');
38-
define('T_ARRAY_HINT', 'PHPCS_T_ARRAY_HINT');
3938
define('T_GREATER_THAN', 'PHPCS_T_GREATER_THAN');
4039
define('T_LESS_THAN', 'PHPCS_T_LESS_THAN');
4140
define('T_BOOLEAN_NOT', 'PHPCS_T_BOOLEAN_NOT');
@@ -69,7 +68,6 @@
6968
define('T_GOTO_LABEL', 'PHPCS_T_GOTO_LABEL');
7069
define('T_BINARY_CAST', 'PHPCS_T_BINARY_CAST');
7170
define('T_EMBEDDED_PHP', 'PHPCS_T_EMBEDDED_PHP');
72-
define('T_RETURN_TYPE', 'PHPCS_T_RETURN_TYPE');
7371
define('T_OPEN_USE_GROUP', 'PHPCS_T_OPEN_USE_GROUP');
7472
define('T_CLOSE_USE_GROUP', 'PHPCS_T_CLOSE_USE_GROUP');
7573
define('T_ZSR', 'PHPCS_T_ZSR');

0 commit comments

Comments
 (0)