pretty-php icon indicating copy to clipboard operation
pretty-php copied to clipboard

Format PHP 8.4 property hooks

Open lkrms opened this issue 1 year ago • 0 comments

  • [ ] Collapse to:
    • [ ] { get; }
    • [ ] { get => <one-line-expression>; }
    • [ ] { get; set; } ?
  • [ ] Insert space after get/set
  • [ ] Treat hook parameters as function parameters for formatting purposes, e.g. so union types are spaced correctly
  • [ ] Don't force line break between attribute and hook

lkrms avatar Aug 24 '24 06:08 lkrms