Closed GaryJones closed 1 year ago
💯 Was thinking the same yesterday when reviewing #742, but didn't want to pollute the issue with unrelated remarks.
Notes about PHPCS vs 8.2:
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.