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.
T_TYPE_UNION
1 parent c873d38 commit a0145aeCopy full SHA for a0145ae
src/Util/Tokens.php
@@ -75,6 +75,7 @@
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
80
// Some PHP 5.5 tokens, replicated for lower versions.
81
if (defined('T_FINALLY') === false) {
0 commit comments