We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00df6ec + 35ebd1f commit 72ad3e1Copy full SHA for 72ad3e1
src/Util/Tokens.php
@@ -35,7 +35,6 @@
35
define('T_BITWISE_OR', 'PHPCS_T_BITWISE_OR');
36
define('T_BITWISE_XOR', 'PHPCS_T_BITWISE_XOR');
37
define('T_BITWISE_NOT', 'PHPCS_T_BITWISE_NOT');
38
-define('T_ARRAY_HINT', 'PHPCS_T_ARRAY_HINT');
39
define('T_GREATER_THAN', 'PHPCS_T_GREATER_THAN');
40
define('T_LESS_THAN', 'PHPCS_T_LESS_THAN');
41
define('T_BOOLEAN_NOT', 'PHPCS_T_BOOLEAN_NOT');
@@ -69,7 +68,6 @@
69
68
define('T_GOTO_LABEL', 'PHPCS_T_GOTO_LABEL');
70
define('T_BINARY_CAST', 'PHPCS_T_BINARY_CAST');
71
define('T_EMBEDDED_PHP', 'PHPCS_T_EMBEDDED_PHP');
72
-define('T_RETURN_TYPE', 'PHPCS_T_RETURN_TYPE');
73
define('T_OPEN_USE_GROUP', 'PHPCS_T_OPEN_USE_GROUP');
74
define('T_CLOSE_USE_GROUP', 'PHPCS_T_CLOSE_USE_GROUP');
75
define('T_ZSR', 'PHPCS_T_ZSR');
0 commit comments