nikic/php-ast

Expose TYPE_STATIC flag for AST_TYPE

TysonAndre opened this issue · 0 comments

Once the implementation for https://wiki.php.net/rfc/static_return_type is merged, I can create a PR for this

I assume the new flag is the most straightforward way; I'd expect it to be backwards compatible because : static is a parse error in php 7.