Skip to content

Make use of PHP 8.4.x features #13

@vardumper

Description

@vardumper

Since this is 8.4 I can:

  • use property hooks (instead of getters/setters) - figure out what to do in cases where current setter body has some logic.
  • no need for parentheses in demo code
  • asymmetric visibility - could be interesting for enums and attributes (public private(set) string $href and public protected(set) BackedEnum $enum)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions