We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc77025 + 10559a3 commit c93066fCopy full SHA for c93066f
src/Util/Tokens.php
@@ -74,9 +74,9 @@
74
define('T_CLOSE_USE_GROUP', 'PHPCS_T_CLOSE_USE_GROUP');
75
define('T_ZSR', 'PHPCS_T_ZSR');
76
define('T_ZSR_EQUAL', 'PHPCS_T_ZSR_EQUAL');
77
-define('T_FN_ARROW', 'T_FN_ARROW');
78
-define('T_TYPE_UNION', 'T_TYPE_UNION');
79
-define('T_PARAM_NAME', 'T_PARAM_NAME');
+define('T_FN_ARROW', 'PHPCS_T_FN_ARROW');
+define('T_TYPE_UNION', 'PHPCS_T_TYPE_UNION');
+define('T_PARAM_NAME', 'PHPCS_T_PARAM_NAME');
80
81
// Some PHP 5.5 tokens, replicated for lower versions.
82
if (defined('T_FINALLY') === false) {
0 commit comments