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.2 doesn't introduce a huge amount of syntax changes, so is nowhere near as problematic as some of the previous PHP releases.
PR to support readonly classes is open and expected to be merged in PHPCS 3.8.0.
Follow up PR to add support for readonly classes to various sniffs has been prepared.
Big "still to do": add Tokenizer support for DNF (mixing intersection and union types and using parentheses in types - will probably mean that a new T_OPEN_TYPE_PARENS token will need to be introduced (and similar for close parens).
What problem would the enhancement address for VIP?
PHP 8.2 is released, and we should check how VIPCS works with it, even though WordPress itself doesn't yet support PHP 8.2.
Describe the solution you'd like
Add
8.2
to thetest.yml
matrix. We'll also want to usedev-develop
version of WPCS as well.Also, add
8.3
as aninclude
, but allow it to be experimental.The text was updated successfully, but these errors were encountered: