Added
- Add support for new
T_PROPERTY_C
token in PHP 8.4
Changed
- Don't add blank lines after, or normalise blank lines between,
global
orstatic
variable declarations - Fix issue where property declarations like
static int|null $property
are not formatted correctly - Improve performance
Fixed
- Fix
pretty-php
man page syntax issues