Added
- Add support for inline parameter attributes
Changed
- Suppress hanging indents in
match
expressions - Preserve blank lines between the arms of
match
expressions
Fixed
- Fix header spacing issue caused by inconsistent handling of
?>
tags that double as statement terminators - Fix edge case where multi-line anonymous class interface lists are not indented
- Fix PHP 7.4 issue where
T_ATTRIBUTE_COMMENT
may not be the last token on the line