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 (some) PHP 8.4 token constants
PHP 8.4 introduced a few new token constants related to asymmetric visibility. Detection for these new tokens is already in PHPCompatibility 10.0.
As PHPCS polyfills these tokens, we should allow for these to be used in external PHPCS standards.
The token constants are backfilled by PHPCS as of version 3.13.0.
Ref: PHPCSStandards/PHP_CodeSniffer 871
0 commit comments