Skip to content

3.3.0: Constant invoke expressions

Latest
Compare
Choose a tag to compare
@thekid thekid released this 02 Nov 11:18
  • Added support for static method calls in constant expressions in PHP 7.
    This allows using first-class callables as annotation arguments.
    (@thekid)