Skip to content

v0.4.77

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 10:02
· 207 commits to main since this release
v0.4.77
087dba6

Added

  • Add PHP 8.4 support
    • Format property hooks
    • Add support for asymmetric visibility modifiers

Changed

  • In constructors with promoted parameters, add newlines before all parameters
  • Allow parameters to appear with adjacent attributes on their own line instead of moving attributes to separate lines
  • Don't collapse one-line DocBlocks if there is no subsequent code in the same scope

Fixed

  • Fix issue where DocBlocks with trailing asterisks on every line are not formatted correctly if any leading asterisks are missing
  • Fix issue where symfony preset may not format parameters with attributes correctly