This release runs on PHP 8.5, but formatting changes for PHP 8.5 won't land until the next release. Thanks for your patience!
Fixed
-
Adopt upstream fix for
register_argc_argv must be enabledexception when running on PHP 8.5 -
Fix issue where removal of whitespace after
T_CONCATmay break syntaxPresets that remove whitespace before and after
T_CONCATmay cause unparseable output errors when the next token is a number, e.g. if"foo" . 71collapses to"foo".71. This is now prevented by a mandatory rule.