Skip to content

Commit 72ad3e1

Browse files
authored
Merge pull request #977 from PHPCSStandards/phpcs-4.0/feature/sq-1997-tokens-remove-unused-tokens
Tokens: removed unused tokens
2 parents 00df6ec + 35ebd1f commit 72ad3e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Util/Tokens.php

-2
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)