You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composer/ruleset: allow for PHP 8.1 token constants
PHP 8.1 will introduce yet more new token constants. Detection for `T_READONLY` is already in PHPCompatibility 10.0, `T_ENUM` will follow shortly.
As PHPCS polyfills these tokens, we should allow for these to be used in external PHPCS standards.
The token constants are expected to be backfilled by PHPCS as of version 3.7.0.
0 commit comments