Skip to content

v0.4.38

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 01:01
· 616 commits to main since this release
v0.4.38
fe19489

Changed

  • Treat null coalescing operators (??) the same as ternary operators (?:) for hanging indentation and alignment purposes
  • Improve robustness of declaration type matching

Fixed

  • Fix regression in hanging indentation where some expressions are indented unnecessarily
  • Fix issue where output may not be idempotent in strict PSR-12 mode when comments appear after closing braces in the input