github lkrms/pretty-php v0.4.95

6 hours ago

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 enabled exception when running on PHP 8.5

  • Fix issue where removal of whitespace after T_CONCAT may break syntax

    Presets that remove whitespace before and after T_CONCAT may cause unparseable output errors when the next token is a number, e.g. if "foo" . 71 collapses to "foo".71. This is now prevented by a mandatory rule.

Don't miss a new pretty-php release

NewReleases is sending notifications on new releases.