Skip to content

3.3.0: Constant invoke expressions

Choose a tag to compare

@thekid thekid released this 02 Nov 11:18
· 46 commits to main since this release
  • Added support for static method calls in constant expressions in PHP 7.
    This allows using first-class callables as annotation arguments.
    (@thekid)