Is there a plan to support new 8.3 version? The following code is correct, but prettier says not. ```php class Foo { public const string PHP_VERSION = "8.3"; } ``` > SyntaxError: Parse Error : syntax error, unexpected 'PHP_VERSION' (T_STRING), expecting '='