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
PHP 8.0 introduced the `T_ATTRIBUTE` token, which wasn't accounted for yet in this ruleset.
Detection for `T_ATTRIBUTE` is already in PHPCompatibility 10.0.
As PHPCS polyfills the token, we should allow for it to be used in external PHPCS standards.
0 commit comments