Skip to content

Commit

Permalink
Merge branch 'feature/token-constants-fix-values-x-3' of https://gith…
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Feb 14, 2021
2 parents bc77025 + 10559a3 commit c93066f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Util/Tokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
define('T_CLOSE_USE_GROUP', 'PHPCS_T_CLOSE_USE_GROUP');
define('T_ZSR', 'PHPCS_T_ZSR');
define('T_ZSR_EQUAL', 'PHPCS_T_ZSR_EQUAL');
define('T_FN_ARROW', 'T_FN_ARROW');
define('T_TYPE_UNION', 'T_TYPE_UNION');
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');

// Some PHP 5.5 tokens, replicated for lower versions.
if (defined('T_FINALLY') === false) {
Expand Down

0 comments on commit c93066f

Please sign in to comment.