Skip to content

2.2.0: Typed class constants

Compare
Choose a tag to compare
@thekid thekid released this 30 Mar 10:58
· 1219 commits to master since this release
  • Fixed typed properties inside comma-separated listing, for example:
    private string $a, int $b
    (@thekid)
  • Implemented support for typed class constants const int T = 5
    (@thekid)